#C22948

Color #C22948 Old Rose (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Old Rose #C22948

Tints of Old Rose #C22948

Color information

#C22948 (or 0xC22948) is unknown color: approx Old Rose. HEX triplet: C2, 29 and 48. RGB value is (194,41,72). Sum of RGB (Red+Green+Blue) = 194+41+72=307 (40% of max value = 765). Red value is 194 (76.17% from 255 or 63.19% from 307); Green value is 41 (16.41% from 255 or 13.36% from 307); Blue value is 72 (28.52% from 255 or 23.45% from 307); Max value from RGB is 194 - color contains mainly: red. Hex color #C22948 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C22948 is #3DD6B7. Grayscale: #5A5A5A. Windows color (decimal): -4052664 or 4729282. OLE color: 4729282.

HSL color Cylindrical-coordinate representation of color #C22948: hue angle of 347.84º degrees, saturation: 0.65, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C22948 is Cyan = 0, Magento = 0.79, Yellow = 0.63 and Black (K on CMYK) = 0.24.

Color convert

RGB1944172-
CMYK00.790.630.24
HSL347.84º65.11%46.08%-
HSV(B)347.84º78.87%76.08%-
XYZ24.2113.527.47-
YUV90.28117.69201.98-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 194 (76.17% from 255) = 63.19%
GREEN value IS 41 (16.41% from 255) = 13.36%
BLUE value IS 72 (28.52% from 255) = 23.45%
R=63.19%
G=13.36%
B=23.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.63
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal194417200.790.630.24347.8465.1146.08
HexC2294804F3F1815c412e
Octal302511100117773053410156
Binary11000010101001100100001001111111111110001010111001000001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C22948

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C22948; }

 p { color: rgb(194,41,72); }

 H1.HeaderClassName
 {
   color: #C22948;
 }
 .AnyTagClassName
 {
   color: #C22948;
 }
</style>
background-color css

<style>
 a { background-color: #C22948; }

 a { background-color: rgb(194,41,72); }

 div.DivClassName
 {
   background-color: #C22948;
 }
 .BgClassName
 {
   background-color: #C22948;
 }
</style>
border-color css

<style>
 span { border-color: #C22948; }

 span { border-color: rgb(194,41,72); }

 td.TdClassName
 {
   border-color: #C22948;
 }
 .TagClassName
 {
   border-color: #C22948;
 }
</style>