Shades of Old Rose #CE3756
Tints of Old Rose #CE3756
RGB
CMYK
RGB Variations
Color information
#CE3756 (or 0xCE3756) is known color: Old Rose. HEX triplet: CE, 37 and 56. RGB value is (206,55,86). Sum of RGB (Red+Green+Blue) = 206+55+86=347 (45% of max value = 765). Red value is 206 (80.86% from 255 or 59.37% from 347); Green value is 55 (21.88% from 255 or 15.85% from 347); Blue value is 86 (33.98% from 255 or 24.78% from 347); Max value from RGB is 206 - color contains mainly: red. Hex color #CE3756 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE3756 is #31C8A9. Grayscale: #676767. Windows color (decimal): -3262634 or 5650382. OLE color: 5650382.
HSL color Cylindrical-coordinate representation of color #CE3756: hue angle of 347.68º 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 #CE3756 is Cyan = 0, Magento = 0.73, Yellow = 0.58 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 55 | 86 | - |
| CMYK | 0 | 0.73 | 0.58 | 0.19 |
| HSL | 347.68º | 0.61% | 0.51% | - |
| HSV(B) | 347.68º | 0.73% | 0.81% | - |
| XYZ | 28.5 | 16.53 | 10.49 | - |
| YUV | 103.68 | 118.03 | 200.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 55 | 86 | 0 | 0.73 | 0.58 | 0.19 | 347.68 | 0.61 | 0.51 |
| Hex | CE | 37 | 56 | 0 | 49 | 3A | 13 | 15C | 3D | 33 |
| Octal | 316 | 67 | 126 | 0 | 111 | 72 | 23 | 534 | 75 | 63 |
| Binary | 11001110 | 110111 | 1010110 | 0 | 1001001 | 111010 | 10011 | 101011100 | 111101 | 110011 |
Color Harmonies of #CE3756
Complementary color
Monochromatic Colors of #CE3756
Black with #CE3756
Text Example
Text Example
White with #CE3756
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE3756; }
p { color: rgb(206,55,86); }
H1.HeaderClassName
{
color: #CE3756;
}
.AnyTagClassName
{
color: #CE3756;
}
</style>
background-color css
<style>
a { background-color: #CE3756; }
a { background-color: rgb(206,55,86); }
div.DivClassName
{
background-color: #CE3756;
}
.BgClassName
{
background-color: #CE3756;
}
</style>
border-color css
<style>
span { border-color: #CE3756; }
span { border-color: rgb(206,55,86); }
td.TdClassName
{
border-color: #CE3756;
}
.TagClassName
{
border-color: #CE3756;
}
</style>