Shades of Old Rose #C02447
Tints of Old Rose #C02447
RGB
CMYK
RGB Variations
Color information
#C02447 (or 0xC02447) is known color: Old Rose. HEX triplet: C0, 24 and 47. RGB value is (192,36,71). Sum of RGB (Red+Green+Blue) = 192+36+71=299 (39% of max value = 765). Red value is 192 (75.39% from 255 or 64.21% from 299); Green value is 36 (14.45% from 255 or 12.04% from 299); Blue value is 71 (28.12% from 255 or 23.75% from 299); Max value from RGB is 192 - color contains mainly: red. Hex color #C02447 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C02447 is #3FDBB8. Grayscale: #565656. Windows color (decimal): -4185017 or 4662464. OLE color: 4662464.
HSL color Cylindrical-coordinate representation of color #C02447: hue angle of 346.54º degrees, saturation: 0.68, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C02447 is Cyan = 0, Magento = 0.81, Yellow = 0.63 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 36 | 71 | - |
| CMYK | 0 | 0.81 | 0.63 | 0.25 |
| HSL | 346.54º | 0.68% | 0.45% | - |
| HSV(B) | 346.54º | 0.81% | 0.75% | - |
| XYZ | 23.51 | 12.92 | 7.22 | - |
| YUV | 86.63 | 119.18 | 203.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 36 | 71 | 0 | 0.81 | 0.63 | 0.25 | 346.54 | 0.68 | 0.45 |
| Hex | C0 | 24 | 47 | 0 | 51 | 3F | 19 | 15B | 44 | 2D |
| Octal | 300 | 44 | 107 | 0 | 121 | 77 | 31 | 533 | 104 | 55 |
| Binary | 11000000 | 100100 | 1000111 | 0 | 1010001 | 111111 | 11001 | 101011011 | 1000100 | 101101 |
Color Harmonies of #C02447
Complementary color
Monochromatic Colors of #C02447
Black with #C02447
Text Example
Text Example
White with #C02447
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C02447; }
p { color: rgb(192,36,71); }
H1.HeaderClassName
{
color: #C02447;
}
.AnyTagClassName
{
color: #C02447;
}
</style>
background-color css
<style>
a { background-color: #C02447; }
a { background-color: rgb(192,36,71); }
div.DivClassName
{
background-color: #C02447;
}
.BgClassName
{
background-color: #C02447;
}
</style>
border-color css
<style>
span { border-color: #C02447; }
span { border-color: rgb(192,36,71); }
td.TdClassName
{
border-color: #C02447;
}
.TagClassName
{
border-color: #C02447;
}
</style>