Shades of Old Rose #C02256
Tints of Old Rose #C02256
RGB
CMYK
RGB Variations
Color information
#C02256 (or 0xC02256) is known color: Old Rose. HEX triplet: C0, 22 and 56. RGB value is (192,34,86). Sum of RGB (Red+Green+Blue) = 192+34+86=312 (41% of max value = 765). Red value is 192 (75.39% from 255 or 61.54% from 312); Green value is 34 (13.67% from 255 or 10.90% from 312); Blue value is 86 (33.98% from 255 or 27.56% from 312); Max value from RGB is 192 - color contains mainly: red. Hex color #C02256 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C02256 is #3FDDA9. Grayscale: #575757. Windows color (decimal): -4185514 or 5644992. OLE color: 5644992.
HSL color Cylindrical-coordinate representation of color #C02256: hue angle of 340.25º degrees, saturation: 0.7, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C02256 is Cyan = 0, Magento = 0.82, Yellow = 0.55 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 34 | 86 | - |
| CMYK | 0 | 0.82 | 0.55 | 0.25 |
| HSL | 340.25º | 0.7% | 0.44% | - |
| HSV(B) | 340.25º | 0.82% | 0.75% | - |
| XYZ | 23.99 | 13.02 | 10.05 | - |
| YUV | 87.17 | 127.35 | 202.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 34 | 86 | 0 | 0.82 | 0.55 | 0.25 | 340.25 | 0.7 | 0.44 |
| Hex | C0 | 22 | 56 | 0 | 52 | 37 | 19 | 154 | 46 | 2C |
| Octal | 300 | 42 | 126 | 0 | 122 | 67 | 31 | 524 | 106 | 54 |
| Binary | 11000000 | 100010 | 1010110 | 0 | 1010010 | 110111 | 11001 | 101010100 | 1000110 | 101100 |
Color Harmonies of #C02256
Complementary color
Monochromatic Colors of #C02256
Black with #C02256
Text Example
Text Example
White with #C02256
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C02256; }
p { color: rgb(192,34,86); }
H1.HeaderClassName
{
color: #C02256;
}
.AnyTagClassName
{
color: #C02256;
}
</style>
background-color css
<style>
a { background-color: #C02256; }
a { background-color: rgb(192,34,86); }
div.DivClassName
{
background-color: #C02256;
}
.BgClassName
{
background-color: #C02256;
}
</style>
border-color css
<style>
span { border-color: #C02256; }
span { border-color: rgb(192,34,86); }
td.TdClassName
{
border-color: #C02256;
}
.TagClassName
{
border-color: #C02256;
}
</style>