Shades of Old Rose #CC2E53
Tints of Old Rose #CC2E53
RGB
CMYK
RGB Variations
Color information
#CC2E53 (or 0xCC2E53) is known color: Old Rose. HEX triplet: CC, 2E and 53. RGB value is (204,46,83). Sum of RGB (Red+Green+Blue) = 204+46+83=333 (44% of max value = 765). Red value is 204 (80.08% from 255 or 61.26% from 333); Green value is 46 (18.36% from 255 or 13.81% from 333); Blue value is 83 (32.81% from 255 or 24.92% from 333); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2E53 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC2E53 is #33D1AC. Grayscale: #616161. Windows color (decimal): -3396013 or 5451468. OLE color: 5451468.
HSL color Cylindrical-coordinate representation of color #CC2E53: hue angle of 345.95º degrees, saturation: 0.63, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #CC2E53 is Cyan = 0, Magento = 0.77, Yellow = 0.59 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 46 | 83 | - |
| CMYK | 0 | 0.77 | 0.59 | 0.2 |
| HSL | 345.95º | 0.63% | 0.49% | - |
| HSV(B) | 345.95º | 0.77% | 0.8% | - |
| XYZ | 27.44 | 15.42 | 9.71 | - |
| YUV | 97.46 | 119.85 | 203.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 46 | 83 | 0 | 0.77 | 0.59 | 0.2 | 345.95 | 0.63 | 0.49 |
| Hex | CC | 2E | 53 | 0 | 4D | 3B | 14 | 15A | 3F | 31 |
| Octal | 314 | 56 | 123 | 0 | 115 | 73 | 24 | 532 | 77 | 61 |
| Binary | 11001100 | 101110 | 1010011 | 0 | 1001101 | 111011 | 10100 | 101011010 | 111111 | 110001 |
Color Harmonies of #CC2E53
Complementary color
Monochromatic Colors of #CC2E53
Black with #CC2E53
Text Example
Text Example
White with #CC2E53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC2E53; }
p { color: rgb(204,46,83); }
H1.HeaderClassName
{
color: #CC2E53;
}
.AnyTagClassName
{
color: #CC2E53;
}
</style>
background-color css
<style>
a { background-color: #CC2E53; }
a { background-color: rgb(204,46,83); }
div.DivClassName
{
background-color: #CC2E53;
}
.BgClassName
{
background-color: #CC2E53;
}
</style>
border-color css
<style>
span { border-color: #CC2E53; }
span { border-color: rgb(204,46,83); }
td.TdClassName
{
border-color: #CC2E53;
}
.TagClassName
{
border-color: #CC2E53;
}
</style>