Shades of Old Rose #C02456
Tints of Old Rose #C02456
RGB
CMYK
RGB Variations
Color information
#C02456 (or 0xC02456) is known color: Old Rose. HEX triplet: C0, 24 and 56. RGB value is (192,36,86). Sum of RGB (Red+Green+Blue) = 192+36+86=314 (41% of max value = 765). Red value is 192 (75.39% from 255 or 61.15% from 314); Green value is 36 (14.45% from 255 or 11.46% from 314); Blue value is 86 (33.98% from 255 or 27.39% from 314); Max value from RGB is 192 - color contains mainly: red. Hex color #C02456 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C02456 is #3FDBA9. Grayscale: #585858. Windows color (decimal): -4185002 or 5645504. OLE color: 5645504.
HSL color Cylindrical-coordinate representation of color #C02456: hue angle of 340.77º 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 #C02456 is Cyan = 0, Magento = 0.81, Yellow = 0.55 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 36 | 86 | - |
| CMYK | 0 | 0.81 | 0.55 | 0.25 |
| HSL | 340.77º | 0.68% | 0.45% | - |
| HSV(B) | 340.77º | 0.81% | 0.75% | - |
| XYZ | 24.05 | 13.14 | 10.07 | - |
| YUV | 88.34 | 126.68 | 201.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 36 | 86 | 0 | 0.81 | 0.55 | 0.25 | 340.77 | 0.68 | 0.45 |
| Hex | C0 | 24 | 56 | 0 | 51 | 37 | 19 | 155 | 44 | 2D |
| Octal | 300 | 44 | 126 | 0 | 121 | 67 | 31 | 525 | 104 | 55 |
| Binary | 11000000 | 100100 | 1010110 | 0 | 1010001 | 110111 | 11001 | 101010101 | 1000100 | 101101 |
Color Harmonies of #C02456
Complementary color
Monochromatic Colors of #C02456
Black with #C02456
Text Example
Text Example
White with #C02456
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C02456; }
p { color: rgb(192,36,86); }
H1.HeaderClassName
{
color: #C02456;
}
.AnyTagClassName
{
color: #C02456;
}
</style>
background-color css
<style>
a { background-color: #C02456; }
a { background-color: rgb(192,36,86); }
div.DivClassName
{
background-color: #C02456;
}
.BgClassName
{
background-color: #C02456;
}
</style>
border-color css
<style>
span { border-color: #C02456; }
span { border-color: rgb(192,36,86); }
td.TdClassName
{
border-color: #C02456;
}
.TagClassName
{
border-color: #C02456;
}
</style>