Shades of Old Rose #CC2E56
Tints of Old Rose #CC2E56
RGB
CMYK
RGB Variations
Color information
#CC2E56 (or 0xCC2E56) is known color: Old Rose. HEX triplet: CC, 2E and 56. RGB value is (204,46,86). Sum of RGB (Red+Green+Blue) = 204+46+86=336 (44% of max value = 765). Red value is 204 (80.08% from 255 or 60.71% from 336); Green value is 46 (18.36% from 255 or 13.69% from 336); Blue value is 86 (33.98% from 255 or 25.60% from 336); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2E56 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC2E56 is #33D1A9. Grayscale: #616161. Windows color (decimal): -3396010 or 5648076. OLE color: 5648076.
HSL color Cylindrical-coordinate representation of color #CC2E56: hue angle of 344.81º degrees, saturation: 0.63, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #CC2E56 is Cyan = 0, Magento = 0.77, Yellow = 0.58 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 46 | 86 | - |
| CMYK | 0 | 0.77 | 0.58 | 0.2 |
| HSL | 344.81º | 0.63% | 0.49% | - |
| HSV(B) | 344.81º | 0.77% | 0.8% | - |
| XYZ | 27.56 | 15.46 | 10.34 | - |
| YUV | 97.8 | 121.35 | 203.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 46 | 86 | 0 | 0.77 | 0.58 | 0.2 | 344.81 | 0.63 | 0.49 |
| Hex | CC | 2E | 56 | 0 | 4D | 3A | 14 | 159 | 3F | 31 |
| Octal | 314 | 56 | 126 | 0 | 115 | 72 | 24 | 531 | 77 | 61 |
| Binary | 11001100 | 101110 | 1010110 | 0 | 1001101 | 111010 | 10100 | 101011001 | 111111 | 110001 |
Color Harmonies of #CC2E56
Complementary color
Monochromatic Colors of #CC2E56
Black with #CC2E56
Text Example
Text Example
White with #CC2E56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC2E56; }
p { color: rgb(204,46,86); }
H1.HeaderClassName
{
color: #CC2E56;
}
.AnyTagClassName
{
color: #CC2E56;
}
</style>
background-color css
<style>
a { background-color: #CC2E56; }
a { background-color: rgb(204,46,86); }
div.DivClassName
{
background-color: #CC2E56;
}
.BgClassName
{
background-color: #CC2E56;
}
</style>
border-color css
<style>
span { border-color: #CC2E56; }
span { border-color: rgb(204,46,86); }
td.TdClassName
{
border-color: #CC2E56;
}
.TagClassName
{
border-color: #CC2E56;
}
</style>