Shades of Old Rose #CC2759
Tints of Old Rose #CC2759
RGB
CMYK
RGB Variations
Color information
#CC2759 (or 0xCC2759) is known color: Old Rose. HEX triplet: CC, 27 and 59. RGB value is (204,39,89). Sum of RGB (Red+Green+Blue) = 204+39+89=332 (43% of max value = 765). Red value is 204 (80.08% from 255 or 61.45% from 332); Green value is 39 (15.62% from 255 or 11.75% from 332); Blue value is 89 (35.16% from 255 or 26.81% from 332); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2759 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC2759 is #33D8A6. Grayscale: #5E5E5E. Windows color (decimal): -3397799 or 5842892. OLE color: 5842892.
HSL color Cylindrical-coordinate representation of color #CC2759: hue angle of 341.82º degrees, saturation: 0.68, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #CC2759 is Cyan = 0, Magento = 0.81, Yellow = 0.56 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 39 | 89 | - |
| CMYK | 0 | 0.81 | 0.56 | 0.2 |
| HSL | 341.82º | 0.68% | 0.48% | - |
| HSV(B) | 341.82º | 0.81% | 0.8% | - |
| XYZ | 27.43 | 15.01 | 10.9 | - |
| YUV | 94.04 | 125.16 | 206.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 39 | 89 | 0 | 0.81 | 0.56 | 0.2 | 341.82 | 0.68 | 0.48 |
| Hex | CC | 27 | 59 | 0 | 51 | 38 | 14 | 156 | 44 | 30 |
| Octal | 314 | 47 | 131 | 0 | 121 | 70 | 24 | 526 | 104 | 60 |
| Binary | 11001100 | 100111 | 1011001 | 0 | 1010001 | 111000 | 10100 | 101010110 | 1000100 | 110000 |
Color Harmonies of #CC2759
Complementary color
Monochromatic Colors of #CC2759
Black with #CC2759
Text Example
Text Example
White with #CC2759
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC2759; }
p { color: rgb(204,39,89); }
H1.HeaderClassName
{
color: #CC2759;
}
.AnyTagClassName
{
color: #CC2759;
}
</style>
background-color css
<style>
a { background-color: #CC2759; }
a { background-color: rgb(204,39,89); }
div.DivClassName
{
background-color: #CC2759;
}
.BgClassName
{
background-color: #CC2759;
}
</style>
border-color css
<style>
span { border-color: #CC2759; }
span { border-color: rgb(204,39,89); }
td.TdClassName
{
border-color: #CC2759;
}
.TagClassName
{
border-color: #CC2759;
}
</style>