Shades of Old Rose #CC2555
Tints of Old Rose #CC2555
RGB
CMYK
RGB Variations
Color information
#CC2555 (or 0xCC2555) is known color: Old Rose. HEX triplet: CC, 25 and 55. RGB value is (204,37,85). Sum of RGB (Red+Green+Blue) = 204+37+85=326 (43% of max value = 765). Red value is 204 (80.08% from 255 or 62.58% from 326); Green value is 37 (14.84% from 255 or 11.35% from 326); Blue value is 85 (33.59% from 255 or 26.07% from 326); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2555 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC2555 is #33DAAA. Grayscale: #5C5C5C. Windows color (decimal): -3398315 or 5580236. OLE color: 5580236.
HSL color Cylindrical-coordinate representation of color #CC2555: hue angle of 342.75º 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 #CC2555 is Cyan = 0, Magento = 0.82, Yellow = 0.58 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 37 | 85 | - |
| CMYK | 0 | 0.82 | 0.58 | 0.2 |
| HSL | 342.75º | 0.69% | 0.47% | - |
| HSV(B) | 342.75º | 0.82% | 0.8% | - |
| XYZ | 27.2 | 14.82 | 10.02 | - |
| YUV | 92.41 | 123.83 | 207.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 37 | 85 | 0 | 0.82 | 0.58 | 0.2 | 342.75 | 0.69 | 0.47 |
| Hex | CC | 25 | 55 | 0 | 52 | 3A | 14 | 157 | 45 | 2F |
| Octal | 314 | 45 | 125 | 0 | 122 | 72 | 24 | 527 | 105 | 57 |
| Binary | 11001100 | 100101 | 1010101 | 0 | 1010010 | 111010 | 10100 | 101010111 | 1000101 | 101111 |
Color Harmonies of #CC2555
Complementary color
Monochromatic Colors of #CC2555
Black with #CC2555
Text Example
Text Example
White with #CC2555
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC2555; }
p { color: rgb(204,37,85); }
H1.HeaderClassName
{
color: #CC2555;
}
.AnyTagClassName
{
color: #CC2555;
}
</style>
background-color css
<style>
a { background-color: #CC2555; }
a { background-color: rgb(204,37,85); }
div.DivClassName
{
background-color: #CC2555;
}
.BgClassName
{
background-color: #CC2555;
}
</style>
border-color css
<style>
span { border-color: #CC2555; }
span { border-color: rgb(204,37,85); }
td.TdClassName
{
border-color: #CC2555;
}
.TagClassName
{
border-color: #CC2555;
}
</style>