Shades of Old Rose #C02157
Tints of Old Rose #C02157
RGB
CMYK
RGB Variations
Color information
#C02157 (or 0xC02157) is known color: Old Rose. HEX triplet: C0, 21 and 57. RGB value is (192,33,87). Sum of RGB (Red+Green+Blue) = 192+33+87=312 (41% of max value = 765). Red value is 192 (75.39% from 255 or 61.54% from 312); Green value is 33 (13.28% from 255 or 10.58% from 312); Blue value is 87 (34.38% from 255 or 27.88% from 312); Max value from RGB is 192 - color contains mainly: red. Hex color #C02157 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C02157 is #3FDEA8. Grayscale: #565656. Windows color (decimal): -4185769 or 5710272. OLE color: 5710272.
HSL color Cylindrical-coordinate representation of color #C02157: hue angle of 339.62º 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 #C02157 is Cyan = 0, Magento = 0.83, Yellow = 0.55 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 33 | 87 | - |
| CMYK | 0 | 0.83 | 0.55 | 0.25 |
| HSL | 339.62º | 0.71% | 0.44% | - |
| HSV(B) | 339.62º | 0.83% | 0.75% | - |
| XYZ | 24 | 12.98 | 10.26 | - |
| YUV | 86.7 | 128.18 | 203.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 33 | 87 | 0 | 0.83 | 0.55 | 0.25 | 339.62 | 0.71 | 0.44 |
| Hex | C0 | 21 | 57 | 0 | 53 | 37 | 19 | 154 | 47 | 2C |
| Octal | 300 | 41 | 127 | 0 | 123 | 67 | 31 | 524 | 107 | 54 |
| Binary | 11000000 | 100001 | 1010111 | 0 | 1010011 | 110111 | 11001 | 101010100 | 1000111 | 101100 |
Color Harmonies of #C02157
Complementary color
Monochromatic Colors of #C02157
Black with #C02157
Text Example
Text Example
White with #C02157
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C02157; }
p { color: rgb(192,33,87); }
H1.HeaderClassName
{
color: #C02157;
}
.AnyTagClassName
{
color: #C02157;
}
</style>
background-color css
<style>
a { background-color: #C02157; }
a { background-color: rgb(192,33,87); }
div.DivClassName
{
background-color: #C02157;
}
.BgClassName
{
background-color: #C02157;
}
</style>
border-color css
<style>
span { border-color: #C02157; }
span { border-color: rgb(192,33,87); }
td.TdClassName
{
border-color: #C02157;
}
.TagClassName
{
border-color: #C02157;
}
</style>