Shades of Old Rose #C2424E
Tints of Old Rose #C2424E
RGB
CMYK
RGB Variations
Color information
#C2424E (or 0xC2424E) is known color: Old Rose. HEX triplet: C2, 42 and 4E. RGB value is (194,66,78). Sum of RGB (Red+Green+Blue) = 194+66+78=338 (44% of max value = 765). Red value is 194 (76.17% from 255 or 57.40% from 338); Green value is 66 (26.17% from 255 or 19.53% from 338); Blue value is 78 (30.86% from 255 or 23.08% from 338); Max value from RGB is 194 - color contains mainly: red. Hex color #C2424E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C2424E is #3DBDB1. Grayscale: #696969. Windows color (decimal): -4046258 or 5128898. OLE color: 5128898.
HSL color Cylindrical-coordinate representation of color #C2424E: hue angle of 354.38º degrees, saturation: 0.51, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C2424E is Cyan = 0, Magento = 0.66, Yellow = 0.60 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 66 | 78 | - |
| CMYK | 0 | 0.66 | 0.60 | 0.24 |
| HSL | 354.38º | 0.51% | 0.51% | - |
| HSV(B) | 354.38º | 0.66% | 0.76% | - |
| XYZ | 25.57 | 15.92 | 8.93 | - |
| YUV | 105.64 | 112.41 | 191.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 66 | 78 | 0 | 0.66 | 0.60 | 0.24 | 354.38 | 0.51 | 0.51 |
| Hex | C2 | 42 | 4E | 0 | 42 | 3C | 18 | 162 | 33 | 33 |
| Octal | 302 | 102 | 116 | 0 | 102 | 74 | 30 | 542 | 63 | 63 |
| Binary | 11000010 | 1000010 | 1001110 | 0 | 1000010 | 111100 | 11000 | 101100010 | 110011 | 110011 |
Color Harmonies of #C2424E
Complementary color
Monochromatic Colors of #C2424E
Black with #C2424E
Text Example
Text Example
White with #C2424E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2424E; }
p { color: rgb(194,66,78); }
H1.HeaderClassName
{
color: #C2424E;
}
.AnyTagClassName
{
color: #C2424E;
}
</style>
background-color css
<style>
a { background-color: #C2424E; }
a { background-color: rgb(194,66,78); }
div.DivClassName
{
background-color: #C2424E;
}
.BgClassName
{
background-color: #C2424E;
}
</style>
border-color css
<style>
span { border-color: #C2424E; }
span { border-color: rgb(194,66,78); }
td.TdClassName
{
border-color: #C2424E;
}
.TagClassName
{
border-color: #C2424E;
}
</style>