Shades of Old Rose #CE3155
Tints of Old Rose #CE3155
RGB
CMYK
RGB Variations
Color information
#CE3155 (or 0xCE3155) is known color: Old Rose. HEX triplet: CE, 31 and 55. RGB value is (206,49,85). Sum of RGB (Red+Green+Blue) = 206+49+85=340 (45% of max value = 765). Red value is 206 (80.86% from 255 or 60.59% from 340); Green value is 49 (19.53% from 255 or 14.41% from 340); Blue value is 85 (33.59% from 255 or 25% from 340); Max value from RGB is 206 - color contains mainly: red. Hex color #CE3155 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE3155 is #31CEAA. Grayscale: #646464. Windows color (decimal): -3264171 or 5583310. OLE color: 5583310.
HSL color Cylindrical-coordinate representation of color #CE3155: hue angle of 346.24º 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 #CE3155 is Cyan = 0, Magento = 0.76, Yellow = 0.59 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 49 | 85 | - |
| CMYK | 0 | 0.76 | 0.59 | 0.19 |
| HSL | 346.24º | 0.62% | 0.5% | - |
| HSV(B) | 346.24º | 0.76% | 0.81% | - |
| XYZ | 28.19 | 15.97 | 10.19 | - |
| YUV | 100.05 | 119.51 | 203.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 49 | 85 | 0 | 0.76 | 0.59 | 0.19 | 346.24 | 0.62 | 0.5 |
| Hex | CE | 31 | 55 | 0 | 4C | 3B | 13 | 15A | 3E | 32 |
| Octal | 316 | 61 | 125 | 0 | 114 | 73 | 23 | 532 | 76 | 62 |
| Binary | 11001110 | 110001 | 1010101 | 0 | 1001100 | 111011 | 10011 | 101011010 | 111110 | 110010 |
Color Harmonies of #CE3155
Complementary color
Monochromatic Colors of #CE3155
Black with #CE3155
Text Example
Text Example
White with #CE3155
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE3155; }
p { color: rgb(206,49,85); }
H1.HeaderClassName
{
color: #CE3155;
}
.AnyTagClassName
{
color: #CE3155;
}
</style>
background-color css
<style>
a { background-color: #CE3155; }
a { background-color: rgb(206,49,85); }
div.DivClassName
{
background-color: #CE3155;
}
.BgClassName
{
background-color: #CE3155;
}
</style>
border-color css
<style>
span { border-color: #CE3155; }
span { border-color: rgb(206,49,85); }
td.TdClassName
{
border-color: #CE3155;
}
.TagClassName
{
border-color: #CE3155;
}
</style>