Shades of Old Rose #CE3255
Tints of Old Rose #CE3255
RGB
CMYK
RGB Variations
Color information
#CE3255 (or 0xCE3255) is known color: Old Rose. HEX triplet: CE, 32 and 55. RGB value is (206,50,85). Sum of RGB (Red+Green+Blue) = 206+50+85=341 (45% of max value = 765). Red value is 206 (80.86% from 255 or 60.41% from 341); Green value is 50 (19.92% from 255 or 14.66% from 341); Blue value is 85 (33.59% from 255 or 24.93% from 341); Max value from RGB is 206 - color contains mainly: red. Hex color #CE3255 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE3255 is #31CDAA. Grayscale: #646464. Windows color (decimal): -3263915 or 5583566. OLE color: 5583566.
HSL color Cylindrical-coordinate representation of color #CE3255: hue angle of 346.54º degrees, saturation: 0.61, 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 #CE3255 is Cyan = 0, Magento = 0.76, Yellow = 0.59 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 50 | 85 | - |
| CMYK | 0 | 0.76 | 0.59 | 0.19 |
| HSL | 346.54º | 0.61% | 0.5% | - |
| HSV(B) | 346.54º | 0.76% | 0.81% | - |
| XYZ | 28.23 | 16.06 | 10.21 | - |
| YUV | 100.63 | 119.18 | 203.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 50 | 85 | 0 | 0.76 | 0.59 | 0.19 | 346.54 | 0.61 | 0.5 |
| Hex | CE | 32 | 55 | 0 | 4C | 3B | 13 | 15B | 3D | 32 |
| Octal | 316 | 62 | 125 | 0 | 114 | 73 | 23 | 533 | 75 | 62 |
| Binary | 11001110 | 110010 | 1010101 | 0 | 1001100 | 111011 | 10011 | 101011011 | 111101 | 110010 |
Color Harmonies of #CE3255
Complementary color
Monochromatic Colors of #CE3255
Black with #CE3255
Text Example
Text Example
White with #CE3255
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE3255; }
p { color: rgb(206,50,85); }
H1.HeaderClassName
{
color: #CE3255;
}
.AnyTagClassName
{
color: #CE3255;
}
</style>
background-color css
<style>
a { background-color: #CE3255; }
a { background-color: rgb(206,50,85); }
div.DivClassName
{
background-color: #CE3255;
}
.BgClassName
{
background-color: #CE3255;
}
</style>
border-color css
<style>
span { border-color: #CE3255; }
span { border-color: rgb(206,50,85); }
td.TdClassName
{
border-color: #CE3255;
}
.TagClassName
{
border-color: #CE3255;
}
</style>