Shades of Old Rose #CC3552
Tints of Old Rose #CC3552
RGB
CMYK
RGB Variations
Color information
#CC3552 (or 0xCC3552) is known color: Old Rose. HEX triplet: CC, 35 and 52. RGB value is (204,53,82). Sum of RGB (Red+Green+Blue) = 204+53+82=339 (44% of max value = 765). Red value is 204 (80.08% from 255 or 60.18% from 339); Green value is 53 (21.09% from 255 or 15.63% from 339); Blue value is 82 (32.42% from 255 or 24.19% from 339); Max value from RGB is 204 - color contains mainly: red. Hex color #CC3552 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC3552 is #33CAAD. Grayscale: #656565. Windows color (decimal): -3394222 or 5387724. OLE color: 5387724.
HSL color Cylindrical-coordinate representation of color #CC3552: hue angle of 348.48º 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 #CC3552 is Cyan = 0, Magento = 0.74, Yellow = 0.60 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 53 | 82 | - |
| CMYK | 0 | 0.74 | 0.60 | 0.2 |
| HSL | 348.48º | 0.6% | 0.5% | - |
| HSV(B) | 348.48º | 0.74% | 0.8% | - |
| XYZ | 27.7 | 15.99 | 9.61 | - |
| YUV | 101.46 | 117.03 | 201.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 53 | 82 | 0 | 0.74 | 0.60 | 0.2 | 348.48 | 0.6 | 0.5 |
| Hex | CC | 35 | 52 | 0 | 4A | 3C | 14 | 15C | 3C | 32 |
| Octal | 314 | 65 | 122 | 0 | 112 | 74 | 24 | 534 | 74 | 62 |
| Binary | 11001100 | 110101 | 1010010 | 0 | 1001010 | 111100 | 10100 | 101011100 | 111100 | 110010 |
Color Harmonies of #CC3552
Complementary color
Monochromatic Colors of #CC3552
Black with #CC3552
Text Example
Text Example
White with #CC3552
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC3552; }
p { color: rgb(204,53,82); }
H1.HeaderClassName
{
color: #CC3552;
}
.AnyTagClassName
{
color: #CC3552;
}
</style>
background-color css
<style>
a { background-color: #CC3552; }
a { background-color: rgb(204,53,82); }
div.DivClassName
{
background-color: #CC3552;
}
.BgClassName
{
background-color: #CC3552;
}
</style>
border-color css
<style>
span { border-color: #CC3552; }
span { border-color: rgb(204,53,82); }
td.TdClassName
{
border-color: #CC3552;
}
.TagClassName
{
border-color: #CC3552;
}
</style>