Shades of Old Rose #CC2054
Tints of Old Rose #CC2054
RGB
CMYK
RGB Variations
Color information
#CC2054 (or 0xCC2054) is known color: Old Rose. HEX triplet: CC, 20 and 54. RGB value is (204,32,84). Sum of RGB (Red+Green+Blue) = 204+32+84=320 (42% of max value = 765). Red value is 204 (80.08% from 255 or 63.75% from 320); Green value is 32 (12.89% from 255 or 10% from 320); Blue value is 84 (33.20% from 255 or 26.25% from 320); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2054 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC2054 is #33DFAB. Grayscale: #595959. Windows color (decimal): -3399596 or 5513420. OLE color: 5513420.
HSL color Cylindrical-coordinate representation of color #CC2054: hue angle of 341.86º 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 #CC2054 is Cyan = 0, Magento = 0.84, Yellow = 0.59 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 32 | 84 | - |
| CMYK | 0 | 0.84 | 0.59 | 0.2 |
| HSL | 341.86º | 0.73% | 0.46% | - |
| HSV(B) | 341.86º | 0.84% | 0.8% | - |
| XYZ | 27.02 | 14.51 | 9.76 | - |
| YUV | 89.36 | 124.98 | 209.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 32 | 84 | 0 | 0.84 | 0.59 | 0.2 | 341.86 | 0.73 | 0.46 |
| Hex | CC | 20 | 54 | 0 | 54 | 3B | 14 | 156 | 49 | 2E |
| Octal | 314 | 40 | 124 | 0 | 124 | 73 | 24 | 526 | 111 | 56 |
| Binary | 11001100 | 100000 | 1010100 | 0 | 1010100 | 111011 | 10100 | 101010110 | 1001001 | 101110 |
Color Harmonies of #CC2054
Complementary color
Monochromatic Colors of #CC2054
Black with #CC2054
Text Example
Text Example
White with #CC2054
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC2054; }
p { color: rgb(204,32,84); }
H1.HeaderClassName
{
color: #CC2054;
}
.AnyTagClassName
{
color: #CC2054;
}
</style>
background-color css
<style>
a { background-color: #CC2054; }
a { background-color: rgb(204,32,84); }
div.DivClassName
{
background-color: #CC2054;
}
.BgClassName
{
background-color: #CC2054;
}
</style>
border-color css
<style>
span { border-color: #CC2054; }
span { border-color: rgb(204,32,84); }
td.TdClassName
{
border-color: #CC2054;
}
.TagClassName
{
border-color: #CC2054;
}
</style>