#C4424B

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

Shades of Old Rose #C4424B

Tints of Old Rose #C4424B

Color information

#C4424B (or 0xC4424B) is unknown color: approx Old Rose. HEX triplet: C4, 42 and 4B. RGB value is (196,66,75). Sum of RGB (Red+Green+Blue) = 196+66+75=337 (44% of max value = 765). Red value is 196 (76.95% from 255 or 58.16% from 337); Green value is 66 (26.17% from 255 or 19.58% from 337); Blue value is 75 (29.69% from 255 or 22.26% from 337); Max value from RGB is 196 - color contains mainly: red. Hex color #C4424B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C4424B is #3BBDB4. Grayscale: #696969. Windows color (decimal): -3915189 or 4932292. OLE color: 4932292.

HSL color Cylindrical-coordinate representation of color #C4424B: hue angle of 355.85º degrees, saturation: 0.52, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C4424B is Cyan = 0, Magento = 0.66, Yellow = 0.62 and Black (K on CMYK) = 0.23.

Color convert

RGB1966675-
CMYK00.660.620.23
HSL355.85º52.42%51.37%-
HSV(B)355.85º66.33%76.86%-
XYZ25.9816.148.4-
YUV105.9110.57192.27-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 58.16%
GREEN value IS 66 (26.17% from 255) = 19.58%
BLUE value IS 75 (29.69% from 255) = 22.26%
R=58.16%
G=19.58%
B=22.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.62
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal196667500.660.620.23355.8552.4251.37
HexC4424B0423E171643433
Octal304102113010276275446463
Binary11000100100001010010110100001011111010111101100100110100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4424B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4424B; }

 p { color: rgb(196,66,75); }

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

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

 a { background-color: rgb(196,66,75); }

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

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

 span { border-color: rgb(196,66,75); }

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