Shades of Old Rose #CC2053
Tints of Old Rose #CC2053
RGB
CMYK
RGB Variations
Color information
#CC2053 (or 0xCC2053) is known color: Old Rose. HEX triplet: CC, 20 and 53. RGB value is (204,32,83). Sum of RGB (Red+Green+Blue) = 204+32+83=319 (42% of max value = 765). Red value is 204 (80.08% from 255 or 63.95% from 319); Green value is 32 (12.89% from 255 or 10.03% from 319); Blue value is 83 (32.81% from 255 or 26.02% from 319); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2053 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC2053 is #33DFAC. Grayscale: #595959. Windows color (decimal): -3399597 or 5447884. OLE color: 5447884.
HSL color Cylindrical-coordinate representation of color #CC2053: hue angle of 342.21º degrees, saturation: 0.73, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #CC2053 is Cyan = 0, Magento = 0.84, Yellow = 0.59 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 32 | 83 | - |
| CMYK | 0 | 0.84 | 0.59 | 0.2 |
| HSL | 342.21º | 0.73% | 0.46% | - |
| HSV(B) | 342.21º | 0.84% | 0.8% | - |
| XYZ | 26.98 | 14.49 | 9.56 | - |
| YUV | 89.24 | 124.48 | 209.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 32 | 83 | 0 | 0.84 | 0.59 | 0.2 | 342.21 | 0.73 | 0.46 |
| Hex | CC | 20 | 53 | 0 | 54 | 3B | 14 | 156 | 49 | 2E |
| Octal | 314 | 40 | 123 | 0 | 124 | 73 | 24 | 526 | 111 | 56 |
| Binary | 11001100 | 100000 | 1010011 | 0 | 1010100 | 111011 | 10100 | 101010110 | 1001001 | 101110 |
Color Harmonies of #CC2053
Complementary color
Monochromatic Colors of #CC2053
Black with #CC2053
Text Example
Text Example
White with #CC2053
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC2053; }
p { color: rgb(204,32,83); }
H1.HeaderClassName
{
color: #CC2053;
}
.AnyTagClassName
{
color: #CC2053;
}
</style>
background-color css
<style>
a { background-color: #CC2053; }
a { background-color: rgb(204,32,83); }
div.DivClassName
{
background-color: #CC2053;
}
.BgClassName
{
background-color: #CC2053;
}
</style>
border-color css
<style>
span { border-color: #CC2053; }
span { border-color: rgb(204,32,83); }
td.TdClassName
{
border-color: #CC2053;
}
.TagClassName
{
border-color: #CC2053;
}
</style>