Shades of Old Rose #CE2855
Tints of Old Rose #CE2855
RGB
CMYK
RGB Variations
Color information
#CE2855 (or 0xCE2855) is known color: Old Rose. HEX triplet: CE, 28 and 55. RGB value is (206,40,85). Sum of RGB (Red+Green+Blue) = 206+40+85=331 (43% of max value = 765). Red value is 206 (80.86% from 255 or 62.24% from 331); Green value is 40 (16.02% from 255 or 12.08% from 331); Blue value is 85 (33.59% from 255 or 25.68% from 331); Max value from RGB is 206 - color contains mainly: red. Hex color #CE2855 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE2855 is #31D7AA. Grayscale: #5E5E5E. Windows color (decimal): -3266475 or 5581006. OLE color: 5581006.
HSL color Cylindrical-coordinate representation of color #CE2855: hue angle of 343.73º degrees, saturation: 0.67, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #CE2855 is Cyan = 0, Magento = 0.81, Yellow = 0.59 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 40 | 85 | - |
| CMYK | 0 | 0.81 | 0.59 | 0.19 |
| HSL | 343.73º | 0.67% | 0.48% | - |
| HSV(B) | 343.73º | 0.81% | 0.81% | - |
| XYZ | 27.85 | 15.3 | 10.08 | - |
| YUV | 94.76 | 122.5 | 207.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 40 | 85 | 0 | 0.81 | 0.59 | 0.19 | 343.73 | 0.67 | 0.48 |
| Hex | CE | 28 | 55 | 0 | 51 | 3B | 13 | 158 | 43 | 30 |
| Octal | 316 | 50 | 125 | 0 | 121 | 73 | 23 | 530 | 103 | 60 |
| Binary | 11001110 | 101000 | 1010101 | 0 | 1010001 | 111011 | 10011 | 101011000 | 1000011 | 110000 |
Color Harmonies of #CE2855
Complementary color
Monochromatic Colors of #CE2855
Black with #CE2855
Text Example
Text Example
White with #CE2855
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE2855; }
p { color: rgb(206,40,85); }
H1.HeaderClassName
{
color: #CE2855;
}
.AnyTagClassName
{
color: #CE2855;
}
</style>
background-color css
<style>
a { background-color: #CE2855; }
a { background-color: rgb(206,40,85); }
div.DivClassName
{
background-color: #CE2855;
}
.BgClassName
{
background-color: #CE2855;
}
</style>
border-color css
<style>
span { border-color: #CE2855; }
span { border-color: rgb(206,40,85); }
td.TdClassName
{
border-color: #CE2855;
}
.TagClassName
{
border-color: #CE2855;
}
</style>