Shades of Old Rose #CE3757
Tints of Old Rose #CE3757
RGB
CMYK
RGB Variations
Color information
#CE3757 (or 0xCE3757) is known color: Old Rose. HEX triplet: CE, 37 and 57. RGB value is (206,55,87). Sum of RGB (Red+Green+Blue) = 206+55+87=348 (46% of max value = 765). Red value is 206 (80.86% from 255 or 59.20% from 348); Green value is 55 (21.88% from 255 or 15.80% from 348); Blue value is 87 (34.38% from 255 or 25% from 348); Max value from RGB is 206 - color contains mainly: red. Hex color #CE3757 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE3757 is #31C8A8. Grayscale: #676767. Windows color (decimal): -3262633 or 5715918. OLE color: 5715918.
HSL color Cylindrical-coordinate representation of color #CE3757: hue angle of 347.28º degrees, saturation: 0.61, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #CE3757 is Cyan = 0, Magento = 0.73, Yellow = 0.58 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 55 | 87 | - |
| CMYK | 0 | 0.73 | 0.58 | 0.19 |
| HSL | 347.28º | 0.61% | 0.51% | - |
| HSV(B) | 347.28º | 0.73% | 0.81% | - |
| XYZ | 28.54 | 16.54 | 10.71 | - |
| YUV | 103.8 | 118.53 | 200.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 55 | 87 | 0 | 0.73 | 0.58 | 0.19 | 347.28 | 0.61 | 0.51 |
| Hex | CE | 37 | 57 | 0 | 49 | 3A | 13 | 15B | 3D | 33 |
| Octal | 316 | 67 | 127 | 0 | 111 | 72 | 23 | 533 | 75 | 63 |
| Binary | 11001110 | 110111 | 1010111 | 0 | 1001001 | 111010 | 10011 | 101011011 | 111101 | 110011 |
Color Harmonies of #CE3757
Complementary color
Monochromatic Colors of #CE3757
Black with #CE3757
Text Example
Text Example
White with #CE3757
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE3757; }
p { color: rgb(206,55,87); }
H1.HeaderClassName
{
color: #CE3757;
}
.AnyTagClassName
{
color: #CE3757;
}
</style>
background-color css
<style>
a { background-color: #CE3757; }
a { background-color: rgb(206,55,87); }
div.DivClassName
{
background-color: #CE3757;
}
.BgClassName
{
background-color: #CE3757;
}
</style>
border-color css
<style>
span { border-color: #CE3757; }
span { border-color: rgb(206,55,87); }
td.TdClassName
{
border-color: #CE3757;
}
.TagClassName
{
border-color: #CE3757;
}
</style>