Shades of Old Rose #C0424E
Tints of Old Rose #C0424E
RGB
CMYK
RGB Variations
Color information
#C0424E (or 0xC0424E) is known color: Old Rose. HEX triplet: C0, 42 and 4E. RGB value is (192,66,78). Sum of RGB (Red+Green+Blue) = 192+66+78=336 (44% of max value = 765). Red value is 192 (75.39% from 255 or 57.14% from 336); Green value is 66 (26.17% from 255 or 19.64% from 336); Blue value is 78 (30.86% from 255 or 23.21% from 336); Max value from RGB is 192 - color contains mainly: red. Hex color #C0424E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C0424E is #3FBDB1. Grayscale: #696969. Windows color (decimal): -4177330 or 5128896. OLE color: 5128896.
HSL color Cylindrical-coordinate representation of color #C0424E: hue angle of 354.29º degrees, saturation: 0.5, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C0424E is Cyan = 0, Magento = 0.66, Yellow = 0.59 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 66 | 78 | - |
| CMYK | 0 | 0.66 | 0.59 | 0.25 |
| HSL | 354.29º | 0.5% | 0.51% | - |
| HSV(B) | 354.29º | 0.66% | 0.75% | - |
| XYZ | 25.06 | 15.65 | 8.91 | - |
| YUV | 105.04 | 112.74 | 190.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 66 | 78 | 0 | 0.66 | 0.59 | 0.25 | 354.29 | 0.5 | 0.51 |
| Hex | C0 | 42 | 4E | 0 | 42 | 3B | 19 | 162 | 32 | 33 |
| Octal | 300 | 102 | 116 | 0 | 102 | 73 | 31 | 542 | 62 | 63 |
| Binary | 11000000 | 1000010 | 1001110 | 0 | 1000010 | 111011 | 11001 | 101100010 | 110010 | 110011 |
Color Harmonies of #C0424E
Complementary color
Monochromatic Colors of #C0424E
Black with #C0424E
Text Example
Text Example
White with #C0424E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0424E; }
p { color: rgb(192,66,78); }
H1.HeaderClassName
{
color: #C0424E;
}
.AnyTagClassName
{
color: #C0424E;
}
</style>
background-color css
<style>
a { background-color: #C0424E; }
a { background-color: rgb(192,66,78); }
div.DivClassName
{
background-color: #C0424E;
}
.BgClassName
{
background-color: #C0424E;
}
</style>
border-color css
<style>
span { border-color: #C0424E; }
span { border-color: rgb(192,66,78); }
td.TdClassName
{
border-color: #C0424E;
}
.TagClassName
{
border-color: #C0424E;
}
</style>