Shades of Old Rose #C2424D
Tints of Old Rose #C2424D
RGB
CMYK
RGB Variations
Color information
#C2424D (or 0xC2424D) is known color: Old Rose. HEX triplet: C2, 42 and 4D. RGB value is (194,66,77). Sum of RGB (Red+Green+Blue) = 194+66+77=337 (44% of max value = 765). Red value is 194 (76.17% from 255 or 57.57% from 337); Green value is 66 (26.17% from 255 or 19.58% from 337); Blue value is 77 (30.47% from 255 or 22.85% from 337); Max value from RGB is 194 - color contains mainly: red. Hex color #C2424D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C2424D is #3DBDB2. Grayscale: #696969. Windows color (decimal): -4046259 or 5063362. OLE color: 5063362.
HSL color Cylindrical-coordinate representation of color #C2424D: hue angle of 354.84º 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 #C2424D is Cyan = 0, Magento = 0.66, Yellow = 0.60 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 66 | 77 | - |
| CMYK | 0 | 0.66 | 0.60 | 0.24 |
| HSL | 354.84º | 0.51% | 0.51% | - |
| HSV(B) | 354.84º | 0.66% | 0.76% | - |
| XYZ | 25.54 | 15.9 | 8.74 | - |
| YUV | 105.53 | 111.91 | 191.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 66 | 77 | 0 | 0.66 | 0.60 | 0.24 | 354.84 | 0.51 | 0.51 |
| Hex | C2 | 42 | 4D | 0 | 42 | 3C | 18 | 163 | 33 | 33 |
| Octal | 302 | 102 | 115 | 0 | 102 | 74 | 30 | 543 | 63 | 63 |
| Binary | 11000010 | 1000010 | 1001101 | 0 | 1000010 | 111100 | 11000 | 101100011 | 110011 | 110011 |
Color Harmonies of #C2424D
Complementary color
Monochromatic Colors of #C2424D
Black with #C2424D
Text Example
Text Example
White with #C2424D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2424D; }
p { color: rgb(194,66,77); }
H1.HeaderClassName
{
color: #C2424D;
}
.AnyTagClassName
{
color: #C2424D;
}
</style>
background-color css
<style>
a { background-color: #C2424D; }
a { background-color: rgb(194,66,77); }
div.DivClassName
{
background-color: #C2424D;
}
.BgClassName
{
background-color: #C2424D;
}
</style>
border-color css
<style>
span { border-color: #C2424D; }
span { border-color: rgb(194,66,77); }
td.TdClassName
{
border-color: #C2424D;
}
.TagClassName
{
border-color: #C2424D;
}
</style>