Shades of Old Rose #CE2951
Tints of Old Rose #CE2951
RGB
CMYK
RGB Variations
Color information
#CE2951 (or 0xCE2951) is known color: Old Rose. HEX triplet: CE, 29 and 51. RGB value is (206,41,81). Sum of RGB (Red+Green+Blue) = 206+41+81=328 (43% of max value = 765). Red value is 206 (80.86% from 255 or 62.80% from 328); Green value is 41 (16.41% from 255 or 12.5% from 328); Blue value is 81 (32.03% from 255 or 24.70% from 328); Max value from RGB is 206 - color contains mainly: red. Hex color #CE2951 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE2951 is #31D6AE. Grayscale: #5E5E5E. Windows color (decimal): -3266223 or 5319118. OLE color: 5319118.
HSL color Cylindrical-coordinate representation of color #CE2951: hue angle of 345.45º degrees, saturation: 0.67, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #CE2951 is Cyan = 0, Magento = 0.80, Yellow = 0.61 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 41 | 81 | - |
| CMYK | 0 | 0.80 | 0.61 | 0.19 |
| HSL | 345.45º | 0.67% | 0.48% | - |
| HSV(B) | 345.45º | 0.8% | 0.81% | - |
| XYZ | 27.73 | 15.3 | 9.28 | - |
| YUV | 94.9 | 120.16 | 207.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 41 | 81 | 0 | 0.80 | 0.61 | 0.19 | 345.45 | 0.67 | 0.48 |
| Hex | CE | 29 | 51 | 0 | 50 | 3D | 13 | 159 | 43 | 30 |
| Octal | 316 | 51 | 121 | 0 | 120 | 75 | 23 | 531 | 103 | 60 |
| Binary | 11001110 | 101001 | 1010001 | 0 | 1010000 | 111101 | 10011 | 101011001 | 1000011 | 110000 |
Color Harmonies of #CE2951
Complementary color
Monochromatic Colors of #CE2951
Black with #CE2951
Text Example
Text Example
White with #CE2951
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE2951; }
p { color: rgb(206,41,81); }
H1.HeaderClassName
{
color: #CE2951;
}
.AnyTagClassName
{
color: #CE2951;
}
</style>
background-color css
<style>
a { background-color: #CE2951; }
a { background-color: rgb(206,41,81); }
div.DivClassName
{
background-color: #CE2951;
}
.BgClassName
{
background-color: #CE2951;
}
</style>
border-color css
<style>
span { border-color: #CE2951; }
span { border-color: rgb(206,41,81); }
td.TdClassName
{
border-color: #CE2951;
}
.TagClassName
{
border-color: #CE2951;
}
</style>