Shades of Old Rose #C02C56
Tints of Old Rose #C02C56
RGB
CMYK
RGB Variations
Color information
#C02C56 (or 0xC02C56) is known color: Old Rose. HEX triplet: C0, 2C and 56. RGB value is (192,44,86). Sum of RGB (Red+Green+Blue) = 192+44+86=322 (42% of max value = 765). Red value is 192 (75.39% from 255 or 59.63% from 322); Green value is 44 (17.58% from 255 or 13.66% from 322); Blue value is 86 (33.98% from 255 or 26.71% from 322); Max value from RGB is 192 - color contains mainly: red. Hex color #C02C56 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C02C56 is #3FD3A9. Grayscale: #5D5D5D. Windows color (decimal): -4182954 or 5647552. OLE color: 5647552.
HSL color Cylindrical-coordinate representation of color #C02C56: hue angle of 342.97º degrees, saturation: 0.63, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C02C56 is Cyan = 0, Magento = 0.77, Yellow = 0.55 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 44 | 86 | - |
| CMYK | 0 | 0.77 | 0.55 | 0.25 |
| HSL | 342.97º | 0.63% | 0.46% | - |
| HSV(B) | 342.97º | 0.77% | 0.75% | - |
| XYZ | 24.32 | 13.68 | 10.16 | - |
| YUV | 93.04 | 124.03 | 198.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 44 | 86 | 0 | 0.77 | 0.55 | 0.25 | 342.97 | 0.63 | 0.46 |
| Hex | C0 | 2C | 56 | 0 | 4D | 37 | 19 | 157 | 3F | 2E |
| Octal | 300 | 54 | 126 | 0 | 115 | 67 | 31 | 527 | 77 | 56 |
| Binary | 11000000 | 101100 | 1010110 | 0 | 1001101 | 110111 | 11001 | 101010111 | 111111 | 101110 |
Color Harmonies of #C02C56
Complementary color
Monochromatic Colors of #C02C56
Black with #C02C56
Text Example
Text Example
White with #C02C56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C02C56; }
p { color: rgb(192,44,86); }
H1.HeaderClassName
{
color: #C02C56;
}
.AnyTagClassName
{
color: #C02C56;
}
</style>
background-color css
<style>
a { background-color: #C02C56; }
a { background-color: rgb(192,44,86); }
div.DivClassName
{
background-color: #C02C56;
}
.BgClassName
{
background-color: #C02C56;
}
</style>
border-color css
<style>
span { border-color: #C02C56; }
span { border-color: rgb(192,44,86); }
td.TdClassName
{
border-color: #C02C56;
}
.TagClassName
{
border-color: #C02C56;
}
</style>