Shades of Old Rose #CC2E55
Tints of Old Rose #CC2E55
RGB
CMYK
RGB Variations
Color information
#CC2E55 (or 0xCC2E55) is known color: Old Rose. HEX triplet: CC, 2E and 55. RGB value is (204,46,85). Sum of RGB (Red+Green+Blue) = 204+46+85=335 (44% of max value = 765). Red value is 204 (80.08% from 255 or 60.90% from 335); Green value is 46 (18.36% from 255 or 13.73% from 335); Blue value is 85 (33.59% from 255 or 25.37% from 335); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2E55 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC2E55 is #33D1AA. Grayscale: #616161. Windows color (decimal): -3396011 or 5582540. OLE color: 5582540.
HSL color Cylindrical-coordinate representation of color #CC2E55: hue angle of 345.19º 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 #CC2E55 is Cyan = 0, Magento = 0.77, Yellow = 0.58 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 46 | 85 | - |
| CMYK | 0 | 0.77 | 0.58 | 0.2 |
| HSL | 345.19º | 0.63% | 0.49% | - |
| HSV(B) | 345.19º | 0.77% | 0.8% | - |
| XYZ | 27.52 | 15.45 | 10.13 | - |
| YUV | 97.69 | 120.85 | 203.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 46 | 85 | 0 | 0.77 | 0.58 | 0.2 | 345.19 | 0.63 | 0.49 |
| Hex | CC | 2E | 55 | 0 | 4D | 3A | 14 | 159 | 3F | 31 |
| Octal | 314 | 56 | 125 | 0 | 115 | 72 | 24 | 531 | 77 | 61 |
| Binary | 11001100 | 101110 | 1010101 | 0 | 1001101 | 111010 | 10100 | 101011001 | 111111 | 110001 |
Color Harmonies of #CC2E55
Complementary color
Monochromatic Colors of #CC2E55
Black with #CC2E55
Text Example
Text Example
White with #CC2E55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC2E55; }
p { color: rgb(204,46,85); }
H1.HeaderClassName
{
color: #CC2E55;
}
.AnyTagClassName
{
color: #CC2E55;
}
</style>
background-color css
<style>
a { background-color: #CC2E55; }
a { background-color: rgb(204,46,85); }
div.DivClassName
{
background-color: #CC2E55;
}
.BgClassName
{
background-color: #CC2E55;
}
</style>
border-color css
<style>
span { border-color: #CC2E55; }
span { border-color: rgb(204,46,85); }
td.TdClassName
{
border-color: #CC2E55;
}
.TagClassName
{
border-color: #CC2E55;
}
</style>