Shades of Old Rose #CC2255
Tints of Old Rose #CC2255
RGB
CMYK
RGB Variations
Color information
#CC2255 (or 0xCC2255) is known color: Old Rose. HEX triplet: CC, 22 and 55. RGB value is (204,34,85). Sum of RGB (Red+Green+Blue) = 204+34+85=323 (42% of max value = 765). Red value is 204 (80.08% from 255 or 63.16% from 323); Green value is 34 (13.67% from 255 or 10.53% from 323); Blue value is 85 (33.59% from 255 or 26.32% from 323); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2255 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC2255 is #33DDAA. Grayscale: #5A5A5A. Windows color (decimal): -3399083 or 5579468. OLE color: 5579468.
HSL color Cylindrical-coordinate representation of color #CC2255: hue angle of 342º degrees, saturation: 0.71, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #CC2255 is Cyan = 0, Magento = 0.83, Yellow = 0.58 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 34 | 85 | - |
| CMYK | 0 | 0.83 | 0.58 | 0.2 |
| HSL | 342º | 0.71% | 0.47% | - |
| HSV(B) | 342º | 0.83% | 0.8% | - |
| XYZ | 27.11 | 14.64 | 9.99 | - |
| YUV | 90.64 | 124.82 | 208.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 34 | 85 | 0 | 0.83 | 0.58 | 0.2 | 342 | 0.71 | 0.47 |
| Hex | CC | 22 | 55 | 0 | 53 | 3A | 14 | 156 | 47 | 2F |
| Octal | 314 | 42 | 125 | 0 | 123 | 72 | 24 | 526 | 107 | 57 |
| Binary | 11001100 | 100010 | 1010101 | 0 | 1010011 | 111010 | 10100 | 101010110 | 1000111 | 101111 |
Color Harmonies of #CC2255
Complementary color
Monochromatic Colors of #CC2255
Black with #CC2255
Text Example
Text Example
White with #CC2255
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC2255; }
p { color: rgb(204,34,85); }
H1.HeaderClassName
{
color: #CC2255;
}
.AnyTagClassName
{
color: #CC2255;
}
</style>
background-color css
<style>
a { background-color: #CC2255; }
a { background-color: rgb(204,34,85); }
div.DivClassName
{
background-color: #CC2255;
}
.BgClassName
{
background-color: #CC2255;
}
</style>
border-color css
<style>
span { border-color: #CC2255; }
span { border-color: rgb(204,34,85); }
td.TdClassName
{
border-color: #CC2255;
}
.TagClassName
{
border-color: #CC2255;
}
</style>