Shades of Old Rose #C02161
Tints of Old Rose #C02161
RGB
CMYK
RGB Variations
Color information
#C02161 (or 0xC02161) is known color: Old Rose. HEX triplet: C0, 21 and 61. RGB value is (192,33,97). Sum of RGB (Red+Green+Blue) = 192+33+97=322 (42% of max value = 765). Red value is 192 (75.39% from 255 or 59.63% from 322); Green value is 33 (13.28% from 255 or 10.25% from 322); Blue value is 97 (38.28% from 255 or 30.12% from 322); Max value from RGB is 192 - color contains mainly: red. Hex color #C02161 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C02161 is #3FDE9E. Grayscale: #575757. Windows color (decimal): -4185759 or 6365632. OLE color: 6365632.
HSL color Cylindrical-coordinate representation of color #C02161: hue angle of 335.85º 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 #C02161 is Cyan = 0, Magento = 0.83, Yellow = 0.49 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 33 | 97 | - |
| CMYK | 0 | 0.83 | 0.49 | 0.25 |
| HSL | 335.85º | 0.71% | 0.44% | - |
| HSV(B) | 335.85º | 0.83% | 0.75% | - |
| XYZ | 24.44 | 13.16 | 12.56 | - |
| YUV | 87.84 | 133.18 | 202.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 33 | 97 | 0 | 0.83 | 0.49 | 0.25 | 335.85 | 0.71 | 0.44 |
| Hex | C0 | 21 | 61 | 0 | 53 | 31 | 19 | 150 | 47 | 2C |
| Octal | 300 | 41 | 141 | 0 | 123 | 61 | 31 | 520 | 107 | 54 |
| Binary | 11000000 | 100001 | 1100001 | 0 | 1010011 | 110001 | 11001 | 101010000 | 1000111 | 101100 |
Color Harmonies of #C02161
Complementary color
Monochromatic Colors of #C02161
Black with #C02161
Text Example
Text Example
White with #C02161
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C02161; }
p { color: rgb(192,33,97); }
H1.HeaderClassName
{
color: #C02161;
}
.AnyTagClassName
{
color: #C02161;
}
</style>
background-color css
<style>
a { background-color: #C02161; }
a { background-color: rgb(192,33,97); }
div.DivClassName
{
background-color: #C02161;
}
.BgClassName
{
background-color: #C02161;
}
</style>
border-color css
<style>
span { border-color: #C02161; }
span { border-color: rgb(192,33,97); }
td.TdClassName
{
border-color: #C02161;
}
.TagClassName
{
border-color: #C02161;
}
</style>