Shades of Old Rose #CE2150
Tints of Old Rose #CE2150
RGB
CMYK
RGB Variations
Color information
#CE2150 (or 0xCE2150) is known color: Old Rose. HEX triplet: CE, 21 and 50. RGB value is (206,33,80). Sum of RGB (Red+Green+Blue) = 206+33+80=319 (42% of max value = 765). Red value is 206 (80.86% from 255 or 64.58% from 319); Green value is 33 (13.28% from 255 or 10.34% from 319); Blue value is 80 (31.64% from 255 or 25.08% from 319); Max value from RGB is 206 - color contains mainly: red. Hex color #CE2150 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE2150 is #31DEAF. Grayscale: #5A5A5A. Windows color (decimal): -3268272 or 5251534. OLE color: 5251534.
HSL color Cylindrical-coordinate representation of color #CE2150: hue angle of 343.7º 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 #CE2150 is Cyan = 0, Magento = 0.84, Yellow = 0.61 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 33 | 80 | - |
| CMYK | 0 | 0.84 | 0.61 | 0.19 |
| HSL | 343.7º | 0.72% | 0.47% | - |
| HSV(B) | 343.7º | 0.84% | 0.81% | - |
| XYZ | 27.45 | 14.79 | 9 | - |
| YUV | 90.09 | 122.31 | 210.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 33 | 80 | 0 | 0.84 | 0.61 | 0.19 | 343.7 | 0.72 | 0.47 |
| Hex | CE | 21 | 50 | 0 | 54 | 3D | 13 | 158 | 48 | 2F |
| Octal | 316 | 41 | 120 | 0 | 124 | 75 | 23 | 530 | 110 | 57 |
| Binary | 11001110 | 100001 | 1010000 | 0 | 1010100 | 111101 | 10011 | 101011000 | 1001000 | 101111 |
Color Harmonies of #CE2150
Complementary color
Monochromatic Colors of #CE2150
Black with #CE2150
Text Example
Text Example
White with #CE2150
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE2150; }
p { color: rgb(206,33,80); }
H1.HeaderClassName
{
color: #CE2150;
}
.AnyTagClassName
{
color: #CE2150;
}
</style>
background-color css
<style>
a { background-color: #CE2150; }
a { background-color: rgb(206,33,80); }
div.DivClassName
{
background-color: #CE2150;
}
.BgClassName
{
background-color: #CE2150;
}
</style>
border-color css
<style>
span { border-color: #CE2150; }
span { border-color: rgb(206,33,80); }
td.TdClassName
{
border-color: #CE2150;
}
.TagClassName
{
border-color: #CE2150;
}
</style>