Shades of Old Rose #CE3055
Tints of Old Rose #CE3055
RGB
CMYK
RGB Variations
Color information
#CE3055 (or 0xCE3055) is known color: Old Rose. HEX triplet: CE, 30 and 55. RGB value is (206,48,85). Sum of RGB (Red+Green+Blue) = 206+48+85=339 (44% of max value = 765). Red value is 206 (80.86% from 255 or 60.77% from 339); Green value is 48 (19.14% from 255 or 14.16% from 339); Blue value is 85 (33.59% from 255 or 25.07% from 339); Max value from RGB is 206 - color contains mainly: red. Hex color #CE3055 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE3055 is #31CFAA. Grayscale: #636363. Windows color (decimal): -3264427 or 5583054. OLE color: 5583054.
HSL color Cylindrical-coordinate representation of color #CE3055: hue angle of 345.95º degrees, saturation: 0.62, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #CE3055 is Cyan = 0, Magento = 0.77, Yellow = 0.59 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 48 | 85 | - |
| CMYK | 0 | 0.77 | 0.59 | 0.19 |
| HSL | 345.95º | 0.62% | 0.5% | - |
| HSV(B) | 345.95º | 0.77% | 0.81% | - |
| XYZ | 28.15 | 15.89 | 10.18 | - |
| YUV | 99.46 | 119.85 | 203.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 48 | 85 | 0 | 0.77 | 0.59 | 0.19 | 345.95 | 0.62 | 0.5 |
| Hex | CE | 30 | 55 | 0 | 4D | 3B | 13 | 15A | 3E | 32 |
| Octal | 316 | 60 | 125 | 0 | 115 | 73 | 23 | 532 | 76 | 62 |
| Binary | 11001110 | 110000 | 1010101 | 0 | 1001101 | 111011 | 10011 | 101011010 | 111110 | 110010 |
Color Harmonies of #CE3055
Complementary color
Monochromatic Colors of #CE3055
Black with #CE3055
Text Example
Text Example
White with #CE3055
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE3055; }
p { color: rgb(206,48,85); }
H1.HeaderClassName
{
color: #CE3055;
}
.AnyTagClassName
{
color: #CE3055;
}
</style>
background-color css
<style>
a { background-color: #CE3055; }
a { background-color: rgb(206,48,85); }
div.DivClassName
{
background-color: #CE3055;
}
.BgClassName
{
background-color: #CE3055;
}
</style>
border-color css
<style>
span { border-color: #CE3055; }
span { border-color: rgb(206,48,85); }
td.TdClassName
{
border-color: #CE3055;
}
.TagClassName
{
border-color: #CE3055;
}
</style>