Shades of Old Rose #CE3154
Tints of Old Rose #CE3154
RGB
CMYK
RGB Variations
Color information
#CE3154 (or 0xCE3154) is known color: Old Rose. HEX triplet: CE, 31 and 54. RGB value is (206,49,84). Sum of RGB (Red+Green+Blue) = 206+49+84=339 (44% of max value = 765). Red value is 206 (80.86% from 255 or 60.77% from 339); Green value is 49 (19.53% from 255 or 14.45% from 339); Blue value is 84 (33.20% from 255 or 24.78% from 339); Max value from RGB is 206 - color contains mainly: red. Hex color #CE3154 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE3154 is #31CEAB. Grayscale: #636363. Windows color (decimal): -3264172 or 5517774. OLE color: 5517774.
HSL color Cylindrical-coordinate representation of color #CE3154: hue angle of 346.62º degrees, saturation: 0.62, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #CE3154 is Cyan = 0, Magento = 0.76, Yellow = 0.59 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 49 | 84 | - |
| CMYK | 0 | 0.76 | 0.59 | 0.19 |
| HSL | 346.62º | 0.62% | 0.5% | - |
| HSV(B) | 346.62º | 0.76% | 0.81% | - |
| XYZ | 28.15 | 15.96 | 9.98 | - |
| YUV | 99.93 | 119.01 | 203.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 49 | 84 | 0 | 0.76 | 0.59 | 0.19 | 346.62 | 0.62 | 0.5 |
| Hex | CE | 31 | 54 | 0 | 4C | 3B | 13 | 15B | 3E | 32 |
| Octal | 316 | 61 | 124 | 0 | 114 | 73 | 23 | 533 | 76 | 62 |
| Binary | 11001110 | 110001 | 1010100 | 0 | 1001100 | 111011 | 10011 | 101011011 | 111110 | 110010 |
Color Harmonies of #CE3154
Complementary color
Monochromatic Colors of #CE3154
Black with #CE3154
Text Example
Text Example
White with #CE3154
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE3154; }
p { color: rgb(206,49,84); }
H1.HeaderClassName
{
color: #CE3154;
}
.AnyTagClassName
{
color: #CE3154;
}
</style>
background-color css
<style>
a { background-color: #CE3154; }
a { background-color: rgb(206,49,84); }
div.DivClassName
{
background-color: #CE3154;
}
.BgClassName
{
background-color: #CE3154;
}
</style>
border-color css
<style>
span { border-color: #CE3154; }
span { border-color: rgb(206,49,84); }
td.TdClassName
{
border-color: #CE3154;
}
.TagClassName
{
border-color: #CE3154;
}
</style>