Shades of Old Rose #CC3556
Tints of Old Rose #CC3556
RGB
CMYK
RGB Variations
Color information
#CC3556 (or 0xCC3556) is known color: Old Rose. HEX triplet: CC, 35 and 56. RGB value is (204,53,86). Sum of RGB (Red+Green+Blue) = 204+53+86=343 (45% of max value = 765). Red value is 204 (80.08% from 255 or 59.48% from 343); Green value is 53 (21.09% from 255 or 15.45% from 343); Blue value is 86 (33.98% from 255 or 25.07% from 343); Max value from RGB is 204 - color contains mainly: red. Hex color #CC3556 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC3556 is #33CAA9. Grayscale: #656565. Windows color (decimal): -3394218 or 5649868. OLE color: 5649868.
HSL color Cylindrical-coordinate representation of color #CC3556: hue angle of 346.89º degrees, saturation: 0.6, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #CC3556 is Cyan = 0, Magento = 0.74, Yellow = 0.58 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 53 | 86 | - |
| CMYK | 0 | 0.74 | 0.58 | 0.2 |
| HSL | 346.89º | 0.6% | 0.5% | - |
| HSV(B) | 346.89º | 0.74% | 0.8% | - |
| XYZ | 27.85 | 16.06 | 10.44 | - |
| YUV | 101.91 | 119.03 | 200.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 53 | 86 | 0 | 0.74 | 0.58 | 0.2 | 346.89 | 0.6 | 0.5 |
| Hex | CC | 35 | 56 | 0 | 4A | 3A | 14 | 15B | 3C | 32 |
| Octal | 314 | 65 | 126 | 0 | 112 | 72 | 24 | 533 | 74 | 62 |
| Binary | 11001100 | 110101 | 1010110 | 0 | 1001010 | 111010 | 10100 | 101011011 | 111100 | 110010 |
Color Harmonies of #CC3556
Complementary color
Monochromatic Colors of #CC3556
Black with #CC3556
Text Example
Text Example
White with #CC3556
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC3556; }
p { color: rgb(204,53,86); }
H1.HeaderClassName
{
color: #CC3556;
}
.AnyTagClassName
{
color: #CC3556;
}
</style>
background-color css
<style>
a { background-color: #CC3556; }
a { background-color: rgb(204,53,86); }
div.DivClassName
{
background-color: #CC3556;
}
.BgClassName
{
background-color: #CC3556;
}
</style>
border-color css
<style>
span { border-color: #CC3556; }
span { border-color: rgb(204,53,86); }
td.TdClassName
{
border-color: #CC3556;
}
.TagClassName
{
border-color: #CC3556;
}
</style>