Shades of Old Rose #CC2254
Tints of Old Rose #CC2254
RGB
CMYK
RGB Variations
Color information
#CC2254 (or 0xCC2254) is known color: Old Rose. HEX triplet: CC, 22 and 54. RGB value is (204,34,84). Sum of RGB (Red+Green+Blue) = 204+34+84=322 (42% of max value = 765). Red value is 204 (80.08% from 255 or 63.35% from 322); Green value is 34 (13.67% from 255 or 10.56% from 322); Blue value is 84 (33.20% from 255 or 26.09% from 322); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2254 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC2254 is #33DDAB. Grayscale: #5A5A5A. Windows color (decimal): -3399084 or 5513932. OLE color: 5513932.
HSL color Cylindrical-coordinate representation of color #CC2254: hue angle of 342.35º degrees, saturation: 0.71, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #CC2254 is Cyan = 0, Magento = 0.83, Yellow = 0.59 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 34 | 84 | - |
| CMYK | 0 | 0.83 | 0.59 | 0.2 |
| HSL | 342.35º | 0.71% | 0.47% | - |
| HSV(B) | 342.35º | 0.83% | 0.8% | - |
| XYZ | 27.07 | 14.62 | 9.78 | - |
| YUV | 90.53 | 124.32 | 208.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 34 | 84 | 0 | 0.83 | 0.59 | 0.2 | 342.35 | 0.71 | 0.47 |
| Hex | CC | 22 | 54 | 0 | 53 | 3B | 14 | 156 | 47 | 2F |
| Octal | 314 | 42 | 124 | 0 | 123 | 73 | 24 | 526 | 107 | 57 |
| Binary | 11001100 | 100010 | 1010100 | 0 | 1010011 | 111011 | 10100 | 101010110 | 1000111 | 101111 |
Color Harmonies of #CC2254
Complementary color
Monochromatic Colors of #CC2254
Black with #CC2254
Text Example
Text Example
White with #CC2254
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC2254; }
p { color: rgb(204,34,84); }
H1.HeaderClassName
{
color: #CC2254;
}
.AnyTagClassName
{
color: #CC2254;
}
</style>
background-color css
<style>
a { background-color: #CC2254; }
a { background-color: rgb(204,34,84); }
div.DivClassName
{
background-color: #CC2254;
}
.BgClassName
{
background-color: #CC2254;
}
</style>
border-color css
<style>
span { border-color: #CC2254; }
span { border-color: rgb(204,34,84); }
td.TdClassName
{
border-color: #CC2254;
}
.TagClassName
{
border-color: #CC2254;
}
</style>