Shades of Old Rose #CC2556
Tints of Old Rose #CC2556
RGB
CMYK
RGB Variations
Color information
#CC2556 (or 0xCC2556) is known color: Old Rose. HEX triplet: CC, 25 and 56. RGB value is (204,37,86). Sum of RGB (Red+Green+Blue) = 204+37+86=327 (43% of max value = 765). Red value is 204 (80.08% from 255 or 62.39% from 327); Green value is 37 (14.84% from 255 or 11.31% from 327); Blue value is 86 (33.98% from 255 or 26.30% from 327); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2556 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC2556 is #33DAA9. Grayscale: #5C5C5C. Windows color (decimal): -3398314 or 5645772. OLE color: 5645772.
HSL color Cylindrical-coordinate representation of color #CC2556: hue angle of 342.4º 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 #CC2556 is Cyan = 0, Magento = 0.82, Yellow = 0.58 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 37 | 86 | - |
| CMYK | 0 | 0.82 | 0.58 | 0.2 |
| HSL | 342.4º | 0.69% | 0.47% | - |
| HSV(B) | 342.4º | 0.82% | 0.8% | - |
| XYZ | 27.24 | 14.83 | 10.23 | - |
| YUV | 92.52 | 124.33 | 207.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 37 | 86 | 0 | 0.82 | 0.58 | 0.2 | 342.4 | 0.69 | 0.47 |
| Hex | CC | 25 | 56 | 0 | 52 | 3A | 14 | 156 | 45 | 2F |
| Octal | 314 | 45 | 126 | 0 | 122 | 72 | 24 | 526 | 105 | 57 |
| Binary | 11001100 | 100101 | 1010110 | 0 | 1010010 | 111010 | 10100 | 101010110 | 1000101 | 101111 |
Color Harmonies of #CC2556
Complementary color
Monochromatic Colors of #CC2556
Black with #CC2556
Text Example
Text Example
White with #CC2556
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC2556; }
p { color: rgb(204,37,86); }
H1.HeaderClassName
{
color: #CC2556;
}
.AnyTagClassName
{
color: #CC2556;
}
</style>
background-color css
<style>
a { background-color: #CC2556; }
a { background-color: rgb(204,37,86); }
div.DivClassName
{
background-color: #CC2556;
}
.BgClassName
{
background-color: #CC2556;
}
</style>
border-color css
<style>
span { border-color: #CC2556; }
span { border-color: rgb(204,37,86); }
td.TdClassName
{
border-color: #CC2556;
}
.TagClassName
{
border-color: #CC2556;
}
</style>