Shades of Old Rose #CE2156
Tints of Old Rose #CE2156
RGB
CMYK
RGB Variations
Color information
#CE2156 (or 0xCE2156) is known color: Old Rose. HEX triplet: CE, 21 and 56. RGB value is (206,33,86). Sum of RGB (Red+Green+Blue) = 206+33+86=325 (43% of max value = 765). Red value is 206 (80.86% from 255 or 63.38% from 325); Green value is 33 (13.28% from 255 or 10.15% from 325); Blue value is 86 (33.98% from 255 or 26.46% from 325); Max value from RGB is 206 - color contains mainly: red. Hex color #CE2156 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE2156 is #31DEA9. Grayscale: #5A5A5A. Windows color (decimal): -3268266 or 5644750. OLE color: 5644750.
HSL color Cylindrical-coordinate representation of color #CE2156: hue angle of 341.62º 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 #CE2156 is Cyan = 0, Magento = 0.84, Yellow = 0.58 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 33 | 86 | - |
| CMYK | 0 | 0.84 | 0.58 | 0.19 |
| HSL | 341.62º | 0.72% | 0.47% | - |
| HSV(B) | 341.62º | 0.84% | 0.81% | - |
| XYZ | 27.68 | 14.88 | 10.22 | - |
| YUV | 90.77 | 125.31 | 210.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 33 | 86 | 0 | 0.84 | 0.58 | 0.19 | 341.62 | 0.72 | 0.47 |
| Hex | CE | 21 | 56 | 0 | 54 | 3A | 13 | 156 | 48 | 2F |
| Octal | 316 | 41 | 126 | 0 | 124 | 72 | 23 | 526 | 110 | 57 |
| Binary | 11001110 | 100001 | 1010110 | 0 | 1010100 | 111010 | 10011 | 101010110 | 1001000 | 101111 |
Color Harmonies of #CE2156
Complementary color
Monochromatic Colors of #CE2156
Black with #CE2156
Text Example
Text Example
White with #CE2156
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE2156; }
p { color: rgb(206,33,86); }
H1.HeaderClassName
{
color: #CE2156;
}
.AnyTagClassName
{
color: #CE2156;
}
</style>
background-color css
<style>
a { background-color: #CE2156; }
a { background-color: rgb(206,33,86); }
div.DivClassName
{
background-color: #CE2156;
}
.BgClassName
{
background-color: #CE2156;
}
</style>
border-color css
<style>
span { border-color: #CE2156; }
span { border-color: rgb(206,33,86); }
td.TdClassName
{
border-color: #CE2156;
}
.TagClassName
{
border-color: #CE2156;
}
</style>