Shades of Old Rose #CC2059
Tints of Old Rose #CC2059
RGB
CMYK
RGB Variations
Color information
#CC2059 (or 0xCC2059) is known color: Old Rose. HEX triplet: CC, 20 and 59. RGB value is (204,32,89). Sum of RGB (Red+Green+Blue) = 204+32+89=325 (43% of max value = 765). Red value is 204 (80.08% from 255 or 62.77% from 325); Green value is 32 (12.89% from 255 or 9.85% from 325); Blue value is 89 (35.16% from 255 or 27.38% from 325); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2059 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC2059 is #33DFA6. Grayscale: #595959. Windows color (decimal): -3399591 or 5841100. OLE color: 5841100.
HSL color Cylindrical-coordinate representation of color #CC2059: hue angle of 340.12º degrees, saturation: 0.73, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #CC2059 is Cyan = 0, Magento = 0.84, Yellow = 0.56 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 32 | 89 | - |
| CMYK | 0 | 0.84 | 0.56 | 0.2 |
| HSL | 340.12º | 0.73% | 0.46% | - |
| HSV(B) | 340.12º | 0.84% | 0.8% | - |
| XYZ | 27.22 | 14.59 | 10.83 | - |
| YUV | 89.93 | 127.48 | 209.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 32 | 89 | 0 | 0.84 | 0.56 | 0.2 | 340.12 | 0.73 | 0.46 |
| Hex | CC | 20 | 59 | 0 | 54 | 38 | 14 | 154 | 49 | 2E |
| Octal | 314 | 40 | 131 | 0 | 124 | 70 | 24 | 524 | 111 | 56 |
| Binary | 11001100 | 100000 | 1011001 | 0 | 1010100 | 111000 | 10100 | 101010100 | 1001001 | 101110 |
Color Harmonies of #CC2059
Complementary color
Monochromatic Colors of #CC2059
Black with #CC2059
Text Example
Text Example
White with #CC2059
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC2059; }
p { color: rgb(204,32,89); }
H1.HeaderClassName
{
color: #CC2059;
}
.AnyTagClassName
{
color: #CC2059;
}
</style>
background-color css
<style>
a { background-color: #CC2059; }
a { background-color: rgb(204,32,89); }
div.DivClassName
{
background-color: #CC2059;
}
.BgClassName
{
background-color: #CC2059;
}
</style>
border-color css
<style>
span { border-color: #CC2059; }
span { border-color: rgb(204,32,89); }
td.TdClassName
{
border-color: #CC2059;
}
.TagClassName
{
border-color: #CC2059;
}
</style>