Shades of Old Rose #CC2056
Tints of Old Rose #CC2056
RGB
CMYK
RGB Variations
Color information
#CC2056 (or 0xCC2056) is known color: Old Rose. HEX triplet: CC, 20 and 56. RGB value is (204,32,86). Sum of RGB (Red+Green+Blue) = 204+32+86=322 (42% of max value = 765). Red value is 204 (80.08% from 255 or 63.35% from 322); Green value is 32 (12.89% from 255 or 9.94% from 322); Blue value is 86 (33.98% from 255 or 26.71% from 322); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2056 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC2056 is #33DFA9. Grayscale: #595959. Windows color (decimal): -3399594 or 5644492. OLE color: 5644492.
HSL color Cylindrical-coordinate representation of color #CC2056: hue angle of 341.16º degrees, saturation: 0.73, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #CC2056 is Cyan = 0, Magento = 0.84, Yellow = 0.58 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 32 | 86 | - |
| CMYK | 0 | 0.84 | 0.58 | 0.2 |
| HSL | 341.16º | 0.73% | 0.46% | - |
| HSV(B) | 341.16º | 0.84% | 0.8% | - |
| XYZ | 27.1 | 14.54 | 10.18 | - |
| YUV | 89.58 | 125.98 | 209.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 32 | 86 | 0 | 0.84 | 0.58 | 0.2 | 341.16 | 0.73 | 0.46 |
| Hex | CC | 20 | 56 | 0 | 54 | 3A | 14 | 155 | 49 | 2E |
| Octal | 314 | 40 | 126 | 0 | 124 | 72 | 24 | 525 | 111 | 56 |
| Binary | 11001100 | 100000 | 1010110 | 0 | 1010100 | 111010 | 10100 | 101010101 | 1001001 | 101110 |
Color Harmonies of #CC2056
Complementary color
Monochromatic Colors of #CC2056
Black with #CC2056
Text Example
Text Example
White with #CC2056
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC2056; }
p { color: rgb(204,32,86); }
H1.HeaderClassName
{
color: #CC2056;
}
.AnyTagClassName
{
color: #CC2056;
}
</style>
background-color css
<style>
a { background-color: #CC2056; }
a { background-color: rgb(204,32,86); }
div.DivClassName
{
background-color: #CC2056;
}
.BgClassName
{
background-color: #CC2056;
}
</style>
border-color css
<style>
span { border-color: #CC2056; }
span { border-color: rgb(204,32,86); }
td.TdClassName
{
border-color: #CC2056;
}
.TagClassName
{
border-color: #CC2056;
}
</style>