#C42949

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

Shades of Old Rose #C42949

Tints of Old Rose #C42949

Color information

#C42949 (or 0xC42949) is unknown color: approx Old Rose. HEX triplet: C4, 29 and 49. RGB value is (196,41,73). Sum of RGB (Red+Green+Blue) = 196+41+73=310 (41% of max value = 765). Red value is 196 (76.95% from 255 or 63.23% from 310); Green value is 41 (16.41% from 255 or 13.23% from 310); Blue value is 73 (28.91% from 255 or 23.55% from 310); Max value from RGB is 196 - color contains mainly: red. Hex color #C42949 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C42949 is #3BD6B6. Grayscale: #5B5B5B. Windows color (decimal): -3921591 or 4794820. OLE color: 4794820.

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

Color convert

RGB1964173-
CMYK00.790.630.23
HSL347.61º65.4%46.47%-
HSV(B)347.61º79.08%76.86%-
XYZ24.7613.87.66-
YUV90.99117.85202.9-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 63.23%
GREEN value IS 41 (16.41% from 255) = 13.23%
BLUE value IS 73 (28.91% from 255) = 23.55%
R=63.23%
G=13.23%
B=23.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.63
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal196417300.790.630.23347.6165.446.47
HexC4294904F3F1715c412e
Octal304511110117772753410156
Binary11000100101001100100101001111111111101111010111001000001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C42949

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C42949; }

 p { color: rgb(196,41,73); }

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

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

 a { background-color: rgb(196,41,73); }

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

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

 span { border-color: rgb(196,41,73); }

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