Shades of Old Rose #CC2E50
Tints of Old Rose #CC2E50
RGB
CMYK
RGB Variations
Color information
#CC2E50 (or 0xCC2E50) is known color: Old Rose. HEX triplet: CC, 2E and 50. RGB value is (204,46,80). Sum of RGB (Red+Green+Blue) = 204+46+80=330 (43% of max value = 765). Red value is 204 (80.08% from 255 or 61.82% from 330); Green value is 46 (18.36% from 255 or 13.94% from 330); Blue value is 80 (31.64% from 255 or 24.24% from 330); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2E50 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC2E50 is #33D1AF. Grayscale: #616161. Windows color (decimal): -3396016 or 5254860. OLE color: 5254860.
HSL color Cylindrical-coordinate representation of color #CC2E50: hue angle of 347.09º 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 #CC2E50 is Cyan = 0, Magento = 0.77, Yellow = 0.61 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 46 | 80 | - |
| CMYK | 0 | 0.77 | 0.61 | 0.2 |
| HSL | 347.09º | 0.63% | 0.49% | - |
| HSV(B) | 347.09º | 0.77% | 0.8% | - |
| XYZ | 27.33 | 15.37 | 9.12 | - |
| YUV | 97.12 | 118.35 | 204.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 46 | 80 | 0 | 0.77 | 0.61 | 0.2 | 347.09 | 0.63 | 0.49 |
| Hex | CC | 2E | 50 | 0 | 4D | 3D | 14 | 15B | 3F | 31 |
| Octal | 314 | 56 | 120 | 0 | 115 | 75 | 24 | 533 | 77 | 61 |
| Binary | 11001100 | 101110 | 1010000 | 0 | 1001101 | 111101 | 10100 | 101011011 | 111111 | 110001 |
Color Harmonies of #CC2E50
Complementary color
Monochromatic Colors of #CC2E50
Black with #CC2E50
Text Example
Text Example
White with #CC2E50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC2E50; }
p { color: rgb(204,46,80); }
H1.HeaderClassName
{
color: #CC2E50;
}
.AnyTagClassName
{
color: #CC2E50;
}
</style>
background-color css
<style>
a { background-color: #CC2E50; }
a { background-color: rgb(204,46,80); }
div.DivClassName
{
background-color: #CC2E50;
}
.BgClassName
{
background-color: #CC2E50;
}
</style>
border-color css
<style>
span { border-color: #CC2E50; }
span { border-color: rgb(204,46,80); }
td.TdClassName
{
border-color: #CC2E50;
}
.TagClassName
{
border-color: #CC2E50;
}
</style>