Shades of Old Rose #CC2853
Tints of Old Rose #CC2853
RGB
CMYK
RGB Variations
Color information
#CC2853 (or 0xCC2853) is known color: Old Rose. HEX triplet: CC, 28 and 53. RGB value is (204,40,83). Sum of RGB (Red+Green+Blue) = 204+40+83=327 (43% of max value = 765). Red value is 204 (80.08% from 255 or 62.39% from 327); Green value is 40 (16.02% from 255 or 12.23% from 327); Blue value is 83 (32.81% from 255 or 25.38% from 327); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2853 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC2853 is #33D7AC. Grayscale: #5D5D5D. Windows color (decimal): -3397549 or 5449932. OLE color: 5449932.
HSL color Cylindrical-coordinate representation of color #CC2853: hue angle of 344.27º 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 #CC2853 is Cyan = 0, Magento = 0.80, Yellow = 0.59 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 40 | 83 | - |
| CMYK | 0 | 0.80 | 0.59 | 0.2 |
| HSL | 344.27º | 0.67% | 0.48% | - |
| HSV(B) | 344.27º | 0.8% | 0.8% | - |
| XYZ | 27.22 | 14.98 | 9.64 | - |
| YUV | 93.94 | 121.83 | 206.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 40 | 83 | 0 | 0.80 | 0.59 | 0.2 | 344.27 | 0.67 | 0.48 |
| Hex | CC | 28 | 53 | 0 | 50 | 3B | 14 | 158 | 43 | 30 |
| Octal | 314 | 50 | 123 | 0 | 120 | 73 | 24 | 530 | 103 | 60 |
| Binary | 11001100 | 101000 | 1010011 | 0 | 1010000 | 111011 | 10100 | 101011000 | 1000011 | 110000 |
Color Harmonies of #CC2853
Complementary color
Monochromatic Colors of #CC2853
Black with #CC2853
Text Example
Text Example
White with #CC2853
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC2853; }
p { color: rgb(204,40,83); }
H1.HeaderClassName
{
color: #CC2853;
}
.AnyTagClassName
{
color: #CC2853;
}
</style>
background-color css
<style>
a { background-color: #CC2853; }
a { background-color: rgb(204,40,83); }
div.DivClassName
{
background-color: #CC2853;
}
.BgClassName
{
background-color: #CC2853;
}
</style>
border-color css
<style>
span { border-color: #CC2853; }
span { border-color: rgb(204,40,83); }
td.TdClassName
{
border-color: #CC2853;
}
.TagClassName
{
border-color: #CC2853;
}
</style>