Shades of Old Rose #CC2952
Tints of Old Rose #CC2952
RGB
CMYK
RGB Variations
Color information
#CC2952 (or 0xCC2952) is known color: Old Rose. HEX triplet: CC, 29 and 52. RGB value is (204,41,82). Sum of RGB (Red+Green+Blue) = 204+41+82=327 (43% of max value = 765). Red value is 204 (80.08% from 255 or 62.39% from 327); Green value is 41 (16.41% from 255 or 12.54% from 327); Blue value is 82 (32.42% from 255 or 25.08% from 327); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2952 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC2952 is #33D6AD. Grayscale: #5E5E5E. Windows color (decimal): -3397294 or 5384652. OLE color: 5384652.
HSL color Cylindrical-coordinate representation of color #CC2952: hue angle of 344.91º degrees, saturation: 0.67, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #CC2952 is Cyan = 0, Magento = 0.80, Yellow = 0.60 and Black (K on CMYK) = 0.2.
Color convert
RGB | 204 | 41 | 82 | - |
CMYK | 0 | 0.80 | 0.60 | 0.2 |
HSL | 344.91º | 0.67% | 0.48% | - |
HSV(B) | 344.91º | 0.8% | 0.8% | - |
XYZ | 27.22 | 15.03 | 9.45 | - |
YUV | 94.41 | 121 | 206.17 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 204 | 41 | 82 | 0 | 0.80 | 0.60 | 0.2 | 344.91 | 0.67 | 0.48 |
Hex | CC | 29 | 52 | 0 | 50 | 3C | 14 | 159 | 43 | 30 |
Octal | 314 | 51 | 122 | 0 | 120 | 74 | 24 | 531 | 103 | 60 |
Binary | 11001100 | 101001 | 1010010 | 0 | 1010000 | 111100 | 10100 | 101011001 | 1000011 | 110000 |
Color Harmonies of #CC2952
Complementary color
Monochromatic Colors of #CC2952
Black with #CC2952
Text Example
Text Example
White with #CC2952
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC2952; }
p { color: rgb(204,41,82); }
H1.HeaderClassName
{
color: #CC2952;
}
.AnyTagClassName
{
color: #CC2952;
}
</style>
background-color css
<style>
a { background-color: #CC2952; }
a { background-color: rgb(204,41,82); }
div.DivClassName
{
background-color: #CC2952;
}
.BgClassName
{
background-color: #CC2952;
}
</style>
border-color css
<style>
span { border-color: #CC2952; }
span { border-color: rgb(204,41,82); }
td.TdClassName
{
border-color: #CC2952;
}
.TagClassName
{
border-color: #CC2952;
}
</style>