Shades of Old Rose #C02165
Tints of Old Rose #C02165
RGB
CMYK
RGB Variations
Color information
#C02165 (or 0xC02165) is known color: Old Rose. HEX triplet: C0, 21 and 65. RGB value is (192,33,101). Sum of RGB (Red+Green+Blue) = 192+33+101=326 (43% of max value = 765). Red value is 192 (75.39% from 255 or 58.90% from 326); Green value is 33 (13.28% from 255 or 10.12% from 326); Blue value is 101 (39.84% from 255 or 30.98% from 326); Max value from RGB is 192 - color contains mainly: red. Hex color #C02165 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C02165 is #3FDE9A. Grayscale: #585858. Windows color (decimal): -4185755 or 6627776. OLE color: 6627776.
HSL color Cylindrical-coordinate representation of color #C02165: hue angle of 334.34º 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 #C02165 is Cyan = 0, Magento = 0.83, Yellow = 0.47 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 33 | 101 | - |
| CMYK | 0 | 0.83 | 0.47 | 0.25 |
| HSL | 334.34º | 0.71% | 0.44% | - |
| HSV(B) | 334.34º | 0.83% | 0.75% | - |
| XYZ | 24.63 | 13.23 | 13.57 | - |
| YUV | 88.29 | 135.18 | 201.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 33 | 101 | 0 | 0.83 | 0.47 | 0.25 | 334.34 | 0.71 | 0.44 |
| Hex | C0 | 21 | 65 | 0 | 53 | 2F | 19 | 14E | 47 | 2C |
| Octal | 300 | 41 | 145 | 0 | 123 | 57 | 31 | 516 | 107 | 54 |
| Binary | 11000000 | 100001 | 1100101 | 0 | 1010011 | 101111 | 11001 | 101001110 | 1000111 | 101100 |
Color Harmonies of #C02165
Complementary color
Monochromatic Colors of #C02165
Black with #C02165
Text Example
Text Example
White with #C02165
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C02165; }
p { color: rgb(192,33,101); }
H1.HeaderClassName
{
color: #C02165;
}
.AnyTagClassName
{
color: #C02165;
}
</style>
background-color css
<style>
a { background-color: #C02165; }
a { background-color: rgb(192,33,101); }
div.DivClassName
{
background-color: #C02165;
}
.BgClassName
{
background-color: #C02165;
}
</style>
border-color css
<style>
span { border-color: #C02165; }
span { border-color: rgb(192,33,101); }
td.TdClassName
{
border-color: #C02165;
}
.TagClassName
{
border-color: #C02165;
}
</style>