Shades of Old Rose #CE2155
Tints of Old Rose #CE2155
RGB
CMYK
RGB Variations
Color information
#CE2155 (or 0xCE2155) is known color: Old Rose. HEX triplet: CE, 21 and 55. RGB value is (206,33,85). Sum of RGB (Red+Green+Blue) = 206+33+85=324 (42% of max value = 765). Red value is 206 (80.86% from 255 or 63.58% from 324); Green value is 33 (13.28% from 255 or 10.19% from 324); Blue value is 85 (33.59% from 255 or 26.23% from 324); Max value from RGB is 206 - color contains mainly: red. Hex color #CE2155 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE2155 is #31DEAA. Grayscale: #5A5A5A. Windows color (decimal): -3268267 or 5579214. OLE color: 5579214.
HSL color Cylindrical-coordinate representation of color #CE2155: hue angle of 341.97º degrees, saturation: 0.72, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #CE2155 is Cyan = 0, Magento = 0.84, Yellow = 0.59 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 33 | 85 | - |
| CMYK | 0 | 0.84 | 0.59 | 0.19 |
| HSL | 341.97º | 0.72% | 0.47% | - |
| HSV(B) | 341.97º | 0.84% | 0.81% | - |
| XYZ | 27.64 | 14.87 | 10.01 | - |
| YUV | 90.66 | 124.81 | 210.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 33 | 85 | 0 | 0.84 | 0.59 | 0.19 | 341.97 | 0.72 | 0.47 |
| Hex | CE | 21 | 55 | 0 | 54 | 3B | 13 | 156 | 48 | 2F |
| Octal | 316 | 41 | 125 | 0 | 124 | 73 | 23 | 526 | 110 | 57 |
| Binary | 11001110 | 100001 | 1010101 | 0 | 1010100 | 111011 | 10011 | 101010110 | 1001000 | 101111 |
Color Harmonies of #CE2155
Complementary color
Monochromatic Colors of #CE2155
Black with #CE2155
Text Example
Text Example
White with #CE2155
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE2155; }
p { color: rgb(206,33,85); }
H1.HeaderClassName
{
color: #CE2155;
}
.AnyTagClassName
{
color: #CE2155;
}
</style>
background-color css
<style>
a { background-color: #CE2155; }
a { background-color: rgb(206,33,85); }
div.DivClassName
{
background-color: #CE2155;
}
.BgClassName
{
background-color: #CE2155;
}
</style>
border-color css
<style>
span { border-color: #CE2155; }
span { border-color: rgb(206,33,85); }
td.TdClassName
{
border-color: #CE2155;
}
.TagClassName
{
border-color: #CE2155;
}
</style>