Shades of Old Rose #C02162
Tints of Old Rose #C02162
RGB
CMYK
RGB Variations
Color information
#C02162 (or 0xC02162) is known color: Old Rose. HEX triplet: C0, 21 and 62. RGB value is (192,33,98). Sum of RGB (Red+Green+Blue) = 192+33+98=323 (42% of max value = 765). Red value is 192 (75.39% from 255 or 59.44% from 323); Green value is 33 (13.28% from 255 or 10.22% from 323); Blue value is 98 (38.67% from 255 or 30.34% from 323); Max value from RGB is 192 - color contains mainly: red. Hex color #C02162 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C02162 is #3FDE9D. Grayscale: #575757. Windows color (decimal): -4185758 or 6431168. OLE color: 6431168.
HSL color Cylindrical-coordinate representation of color #C02162: hue angle of 335.47º 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 #C02162 is Cyan = 0, Magento = 0.83, Yellow = 0.49 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 33 | 98 | - |
| CMYK | 0 | 0.83 | 0.49 | 0.25 |
| HSL | 335.47º | 0.71% | 0.44% | - |
| HSV(B) | 335.47º | 0.83% | 0.75% | - |
| XYZ | 24.49 | 13.18 | 12.81 | - |
| YUV | 87.95 | 133.68 | 202.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 33 | 98 | 0 | 0.83 | 0.49 | 0.25 | 335.47 | 0.71 | 0.44 |
| Hex | C0 | 21 | 62 | 0 | 53 | 31 | 19 | 14F | 47 | 2C |
| Octal | 300 | 41 | 142 | 0 | 123 | 61 | 31 | 517 | 107 | 54 |
| Binary | 11000000 | 100001 | 1100010 | 0 | 1010011 | 110001 | 11001 | 101001111 | 1000111 | 101100 |
Color Harmonies of #C02162
Complementary color
Monochromatic Colors of #C02162
Black with #C02162
Text Example
Text Example
White with #C02162
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C02162; }
p { color: rgb(192,33,98); }
H1.HeaderClassName
{
color: #C02162;
}
.AnyTagClassName
{
color: #C02162;
}
</style>
background-color css
<style>
a { background-color: #C02162; }
a { background-color: rgb(192,33,98); }
div.DivClassName
{
background-color: #C02162;
}
.BgClassName
{
background-color: #C02162;
}
</style>
border-color css
<style>
span { border-color: #C02162; }
span { border-color: rgb(192,33,98); }
td.TdClassName
{
border-color: #C02162;
}
.TagClassName
{
border-color: #C02162;
}
</style>