Shades of Old Rose #CC2F56
Tints of Old Rose #CC2F56
RGB
CMYK
RGB Variations
Color information
#CC2F56 (or 0xCC2F56) is known color: Old Rose. HEX triplet: CC, 2F and 56. RGB value is (204,47,86). Sum of RGB (Red+Green+Blue) = 204+47+86=337 (44% of max value = 765). Red value is 204 (80.08% from 255 or 60.53% from 337); Green value is 47 (18.75% from 255 or 13.95% from 337); Blue value is 86 (33.98% from 255 or 25.52% from 337); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2F56 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC2F56 is #33D0A9. Grayscale: #626262. Windows color (decimal): -3395754 or 5648332. OLE color: 5648332.
HSL color Cylindrical-coordinate representation of color #CC2F56: hue angle of 345.1º 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 #CC2F56 is Cyan = 0, Magento = 0.77, Yellow = 0.58 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 47 | 86 | - |
| CMYK | 0 | 0.77 | 0.58 | 0.2 |
| HSL | 345.1º | 0.63% | 0.49% | - |
| HSV(B) | 345.1º | 0.77% | 0.8% | - |
| XYZ | 27.6 | 15.54 | 10.35 | - |
| YUV | 98.39 | 121.01 | 203.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 47 | 86 | 0 | 0.77 | 0.58 | 0.2 | 345.1 | 0.63 | 0.49 |
| Hex | CC | 2F | 56 | 0 | 4D | 3A | 14 | 159 | 3F | 31 |
| Octal | 314 | 57 | 126 | 0 | 115 | 72 | 24 | 531 | 77 | 61 |
| Binary | 11001100 | 101111 | 1010110 | 0 | 1001101 | 111010 | 10100 | 101011001 | 111111 | 110001 |
Color Harmonies of #CC2F56
Complementary color
Monochromatic Colors of #CC2F56
Black with #CC2F56
Text Example
Text Example
White with #CC2F56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC2F56; }
p { color: rgb(204,47,86); }
H1.HeaderClassName
{
color: #CC2F56;
}
.AnyTagClassName
{
color: #CC2F56;
}
</style>
background-color css
<style>
a { background-color: #CC2F56; }
a { background-color: rgb(204,47,86); }
div.DivClassName
{
background-color: #CC2F56;
}
.BgClassName
{
background-color: #CC2F56;
}
</style>
border-color css
<style>
span { border-color: #CC2F56; }
span { border-color: rgb(204,47,86); }
td.TdClassName
{
border-color: #CC2F56;
}
.TagClassName
{
border-color: #CC2F56;
}
</style>