Shades of Old Rose #CC2752
Tints of Old Rose #CC2752
RGB
CMYK
RGB Variations
Color information
#CC2752 (or 0xCC2752) is known color: Old Rose. HEX triplet: CC, 27 and 52. RGB value is (204,39,82). Sum of RGB (Red+Green+Blue) = 204+39+82=325 (43% of max value = 765). Red value is 204 (80.08% from 255 or 62.77% from 325); Green value is 39 (15.62% from 255 or 12% from 325); Blue value is 82 (32.42% from 255 or 25.23% from 325); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2752 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC2752 is #33D8AD. Grayscale: #5D5D5D. Windows color (decimal): -3397806 or 5384140. OLE color: 5384140.
HSL color Cylindrical-coordinate representation of color #CC2752: hue angle of 344.36º degrees, saturation: 0.68, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #CC2752 is Cyan = 0, Magento = 0.81, Yellow = 0.60 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 39 | 82 | - |
| CMYK | 0 | 0.81 | 0.60 | 0.2 |
| HSL | 344.36º | 0.68% | 0.48% | - |
| HSV(B) | 344.36º | 0.81% | 0.8% | - |
| XYZ | 27.15 | 14.9 | 9.43 | - |
| YUV | 93.24 | 121.66 | 207 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 39 | 82 | 0 | 0.81 | 0.60 | 0.2 | 344.36 | 0.68 | 0.48 |
| Hex | CC | 27 | 52 | 0 | 51 | 3C | 14 | 158 | 44 | 30 |
| Octal | 314 | 47 | 122 | 0 | 121 | 74 | 24 | 530 | 104 | 60 |
| Binary | 11001100 | 100111 | 1010010 | 0 | 1010001 | 111100 | 10100 | 101011000 | 1000100 | 110000 |
Color Harmonies of #CC2752
Complementary color
Monochromatic Colors of #CC2752
Black with #CC2752
Text Example
Text Example
White with #CC2752
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC2752; }
p { color: rgb(204,39,82); }
H1.HeaderClassName
{
color: #CC2752;
}
.AnyTagClassName
{
color: #CC2752;
}
</style>
background-color css
<style>
a { background-color: #CC2752; }
a { background-color: rgb(204,39,82); }
div.DivClassName
{
background-color: #CC2752;
}
.BgClassName
{
background-color: #CC2752;
}
</style>
border-color css
<style>
span { border-color: #CC2752; }
span { border-color: rgb(204,39,82); }
td.TdClassName
{
border-color: #CC2752;
}
.TagClassName
{
border-color: #CC2752;
}
</style>