Shades of Old Rose #CE3257
Tints of Old Rose #CE3257
RGB
CMYK
RGB Variations
Color information
#CE3257 (or 0xCE3257) is known color: Old Rose. HEX triplet: CE, 32 and 57. RGB value is (206,50,87). Sum of RGB (Red+Green+Blue) = 206+50+87=343 (45% of max value = 765). Red value is 206 (80.86% from 255 or 60.06% from 343); Green value is 50 (19.92% from 255 or 14.58% from 343); Blue value is 87 (34.38% from 255 or 25.36% from 343); Max value from RGB is 206 - color contains mainly: red. Hex color #CE3257 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE3257 is #31CDA8. Grayscale: #646464. Windows color (decimal): -3263913 or 5714638. OLE color: 5714638.
HSL color Cylindrical-coordinate representation of color #CE3257: hue angle of 345.77º 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 #CE3257 is Cyan = 0, Magento = 0.76, Yellow = 0.58 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 50 | 87 | - |
| CMYK | 0 | 0.76 | 0.58 | 0.19 |
| HSL | 345.77º | 0.61% | 0.5% | - |
| HSV(B) | 345.77º | 0.76% | 0.81% | - |
| XYZ | 28.31 | 16.09 | 10.63 | - |
| YUV | 100.86 | 120.18 | 202.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 50 | 87 | 0 | 0.76 | 0.58 | 0.19 | 345.77 | 0.61 | 0.5 |
| Hex | CE | 32 | 57 | 0 | 4C | 3A | 13 | 15A | 3D | 32 |
| Octal | 316 | 62 | 127 | 0 | 114 | 72 | 23 | 532 | 75 | 62 |
| Binary | 11001110 | 110010 | 1010111 | 0 | 1001100 | 111010 | 10011 | 101011010 | 111101 | 110010 |
Color Harmonies of #CE3257
Complementary color
Monochromatic Colors of #CE3257
Black with #CE3257
Text Example
Text Example
White with #CE3257
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE3257; }
p { color: rgb(206,50,87); }
H1.HeaderClassName
{
color: #CE3257;
}
.AnyTagClassName
{
color: #CE3257;
}
</style>
background-color css
<style>
a { background-color: #CE3257; }
a { background-color: rgb(206,50,87); }
div.DivClassName
{
background-color: #CE3257;
}
.BgClassName
{
background-color: #CE3257;
}
</style>
border-color css
<style>
span { border-color: #CE3257; }
span { border-color: rgb(206,50,87); }
td.TdClassName
{
border-color: #CE3257;
}
.TagClassName
{
border-color: #CE3257;
}
</style>