Shades of Old Rose #CE2355
Tints of Old Rose #CE2355
RGB
CMYK
RGB Variations
Color information
#CE2355 (or 0xCE2355) is known color: Old Rose. HEX triplet: CE, 23 and 55. RGB value is (206,35,85). Sum of RGB (Red+Green+Blue) = 206+35+85=326 (43% of max value = 765). Red value is 206 (80.86% from 255 or 63.19% from 326); Green value is 35 (14.06% from 255 or 10.74% from 326); Blue value is 85 (33.59% from 255 or 26.07% from 326); Max value from RGB is 206 - color contains mainly: red. Hex color #CE2355 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE2355 is #31DCAA. Grayscale: #5B5B5B. Windows color (decimal): -3267755 or 5579726. OLE color: 5579726.
HSL color Cylindrical-coordinate representation of color #CE2355: hue angle of 342.46º degrees, saturation: 0.71, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #CE2355 is Cyan = 0, Magento = 0.83, Yellow = 0.59 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 35 | 85 | - |
| CMYK | 0 | 0.83 | 0.59 | 0.19 |
| HSL | 342.46º | 0.71% | 0.47% | - |
| HSV(B) | 342.46º | 0.83% | 0.81% | - |
| XYZ | 27.69 | 14.98 | 10.03 | - |
| YUV | 91.83 | 124.15 | 209.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 35 | 85 | 0 | 0.83 | 0.59 | 0.19 | 342.46 | 0.71 | 0.47 |
| Hex | CE | 23 | 55 | 0 | 53 | 3B | 13 | 156 | 47 | 2F |
| Octal | 316 | 43 | 125 | 0 | 123 | 73 | 23 | 526 | 107 | 57 |
| Binary | 11001110 | 100011 | 1010101 | 0 | 1010011 | 111011 | 10011 | 101010110 | 1000111 | 101111 |
Color Harmonies of #CE2355
Complementary color
Monochromatic Colors of #CE2355
Black with #CE2355
Text Example
Text Example
White with #CE2355
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE2355; }
p { color: rgb(206,35,85); }
H1.HeaderClassName
{
color: #CE2355;
}
.AnyTagClassName
{
color: #CE2355;
}
</style>
background-color css
<style>
a { background-color: #CE2355; }
a { background-color: rgb(206,35,85); }
div.DivClassName
{
background-color: #CE2355;
}
.BgClassName
{
background-color: #CE2355;
}
</style>
border-color css
<style>
span { border-color: #CE2355; }
span { border-color: rgb(206,35,85); }
td.TdClassName
{
border-color: #CE2355;
}
.TagClassName
{
border-color: #CE2355;
}
</style>