Shades of Old Rose #C02056
Tints of Old Rose #C02056
RGB
CMYK
RGB Variations
Color information
#C02056 (or 0xC02056) is known color: Old Rose. HEX triplet: C0, 20 and 56. RGB value is (192,32,86). Sum of RGB (Red+Green+Blue) = 192+32+86=310 (41% of max value = 765). Red value is 192 (75.39% from 255 or 61.94% from 310); Green value is 32 (12.89% from 255 or 10.32% from 310); Blue value is 86 (33.98% from 255 or 27.74% from 310); Max value from RGB is 192 - color contains mainly: red. Hex color #C02056 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C02056 is #3FDFA9. Grayscale: #555555. Windows color (decimal): -4186026 or 5644480. OLE color: 5644480.
HSL color Cylindrical-coordinate representation of color #C02056: hue angle of 339.75º degrees, saturation: 0.71, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C02056 is Cyan = 0, Magento = 0.83, Yellow = 0.55 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 32 | 86 | - |
| CMYK | 0 | 0.83 | 0.55 | 0.25 |
| HSL | 339.75º | 0.71% | 0.44% | - |
| HSV(B) | 339.75º | 0.83% | 0.75% | - |
| XYZ | 23.93 | 12.91 | 10.03 | - |
| YUV | 86 | 128.01 | 203.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 32 | 86 | 0 | 0.83 | 0.55 | 0.25 | 339.75 | 0.71 | 0.44 |
| Hex | C0 | 20 | 56 | 0 | 53 | 37 | 19 | 154 | 47 | 2C |
| Octal | 300 | 40 | 126 | 0 | 123 | 67 | 31 | 524 | 107 | 54 |
| Binary | 11000000 | 100000 | 1010110 | 0 | 1010011 | 110111 | 11001 | 101010100 | 1000111 | 101100 |
Color Harmonies of #C02056
Complementary color
Monochromatic Colors of #C02056
Black with #C02056
Text Example
Text Example
White with #C02056
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C02056; }
p { color: rgb(192,32,86); }
H1.HeaderClassName
{
color: #C02056;
}
.AnyTagClassName
{
color: #C02056;
}
</style>
background-color css
<style>
a { background-color: #C02056; }
a { background-color: rgb(192,32,86); }
div.DivClassName
{
background-color: #C02056;
}
.BgClassName
{
background-color: #C02056;
}
</style>
border-color css
<style>
span { border-color: #C02056; }
span { border-color: rgb(192,32,86); }
td.TdClassName
{
border-color: #C02056;
}
.TagClassName
{
border-color: #C02056;
}
</style>