Shades of Old Rose #CC2559
Tints of Old Rose #CC2559
RGB
CMYK
RGB Variations
Color information
#CC2559 (or 0xCC2559) is known color: Old Rose. HEX triplet: CC, 25 and 59. RGB value is (204,37,89). Sum of RGB (Red+Green+Blue) = 204+37+89=330 (43% of max value = 765). Red value is 204 (80.08% from 255 or 61.82% from 330); Green value is 37 (14.84% from 255 or 11.21% from 330); Blue value is 89 (35.16% from 255 or 26.97% from 330); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2559 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC2559 is #33DAA6. Grayscale: #5C5C5C. Windows color (decimal): -3398311 or 5842380. OLE color: 5842380.
HSL color Cylindrical-coordinate representation of color #CC2559: hue angle of 341.32º degrees, saturation: 0.69, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #CC2559 is Cyan = 0, Magento = 0.82, Yellow = 0.56 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 37 | 89 | - |
| CMYK | 0 | 0.82 | 0.56 | 0.2 |
| HSL | 341.32º | 0.69% | 0.47% | - |
| HSV(B) | 341.32º | 0.82% | 0.8% | - |
| XYZ | 27.37 | 14.88 | 10.88 | - |
| YUV | 92.86 | 125.83 | 207.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 37 | 89 | 0 | 0.82 | 0.56 | 0.2 | 341.32 | 0.69 | 0.47 |
| Hex | CC | 25 | 59 | 0 | 52 | 38 | 14 | 155 | 45 | 2F |
| Octal | 314 | 45 | 131 | 0 | 122 | 70 | 24 | 525 | 105 | 57 |
| Binary | 11001100 | 100101 | 1011001 | 0 | 1010010 | 111000 | 10100 | 101010101 | 1000101 | 101111 |
Color Harmonies of #CC2559
Complementary color
Monochromatic Colors of #CC2559
Black with #CC2559
Text Example
Text Example
White with #CC2559
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC2559; }
p { color: rgb(204,37,89); }
H1.HeaderClassName
{
color: #CC2559;
}
.AnyTagClassName
{
color: #CC2559;
}
</style>
background-color css
<style>
a { background-color: #CC2559; }
a { background-color: rgb(204,37,89); }
div.DivClassName
{
background-color: #CC2559;
}
.BgClassName
{
background-color: #CC2559;
}
</style>
border-color css
<style>
span { border-color: #CC2559; }
span { border-color: rgb(204,37,89); }
td.TdClassName
{
border-color: #CC2559;
}
.TagClassName
{
border-color: #CC2559;
}
</style>