Shades of Old Rose #CC2154
Tints of Old Rose #CC2154
RGB
CMYK
RGB Variations
Color information
#CC2154 (or 0xCC2154) is known color: Old Rose. HEX triplet: CC, 21 and 54. RGB value is (204,33,84). Sum of RGB (Red+Green+Blue) = 204+33+84=321 (42% of max value = 765). Red value is 204 (80.08% from 255 or 63.55% from 321); Green value is 33 (13.28% from 255 or 10.28% from 321); Blue value is 84 (33.20% from 255 or 26.17% from 321); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2154 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC2154 is #33DEAB. Grayscale: #595959. Windows color (decimal): -3399340 or 5513676. OLE color: 5513676.
HSL color Cylindrical-coordinate representation of color #CC2154: hue angle of 342.11º degrees, saturation: 0.72, 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 #CC2154 is Cyan = 0, Magento = 0.84, Yellow = 0.59 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 33 | 84 | - |
| CMYK | 0 | 0.84 | 0.59 | 0.2 |
| HSL | 342.11º | 0.72% | 0.46% | - |
| HSV(B) | 342.11º | 0.84% | 0.8% | - |
| XYZ | 27.05 | 14.57 | 9.77 | - |
| YUV | 89.94 | 124.65 | 209.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 33 | 84 | 0 | 0.84 | 0.59 | 0.2 | 342.11 | 0.72 | 0.46 |
| Hex | CC | 21 | 54 | 0 | 54 | 3B | 14 | 156 | 48 | 2E |
| Octal | 314 | 41 | 124 | 0 | 124 | 73 | 24 | 526 | 110 | 56 |
| Binary | 11001100 | 100001 | 1010100 | 0 | 1010100 | 111011 | 10100 | 101010110 | 1001000 | 101110 |
Color Harmonies of #CC2154
Complementary color
Monochromatic Colors of #CC2154
Black with #CC2154
Text Example
Text Example
White with #CC2154
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC2154; }
p { color: rgb(204,33,84); }
H1.HeaderClassName
{
color: #CC2154;
}
.AnyTagClassName
{
color: #CC2154;
}
</style>
background-color css
<style>
a { background-color: #CC2154; }
a { background-color: rgb(204,33,84); }
div.DivClassName
{
background-color: #CC2154;
}
.BgClassName
{
background-color: #CC2154;
}
</style>
border-color css
<style>
span { border-color: #CC2154; }
span { border-color: rgb(204,33,84); }
td.TdClassName
{
border-color: #CC2154;
}
.TagClassName
{
border-color: #CC2154;
}
</style>