Shades of Old Rose #CE3056
Tints of Old Rose #CE3056
RGB
CMYK
RGB Variations
Color information
#CE3056 (or 0xCE3056) is known color: Old Rose. HEX triplet: CE, 30 and 56. RGB value is (206,48,86). Sum of RGB (Red+Green+Blue) = 206+48+86=340 (45% of max value = 765). Red value is 206 (80.86% from 255 or 60.59% from 340); Green value is 48 (19.14% from 255 or 14.12% from 340); Blue value is 86 (33.98% from 255 or 25.29% from 340); Max value from RGB is 206 - color contains mainly: red. Hex color #CE3056 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE3056 is #31CFA9. Grayscale: #636363. Windows color (decimal): -3264426 or 5648590. OLE color: 5648590.
HSL color Cylindrical-coordinate representation of color #CE3056: hue angle of 345.57º degrees, saturation: 0.62, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #CE3056 is Cyan = 0, Magento = 0.77, Yellow = 0.58 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 48 | 86 | - |
| CMYK | 0 | 0.77 | 0.58 | 0.19 |
| HSL | 345.57º | 0.62% | 0.5% | - |
| HSV(B) | 345.57º | 0.77% | 0.81% | - |
| XYZ | 28.19 | 15.91 | 10.39 | - |
| YUV | 99.57 | 120.35 | 203.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 48 | 86 | 0 | 0.77 | 0.58 | 0.19 | 345.57 | 0.62 | 0.5 |
| Hex | CE | 30 | 56 | 0 | 4D | 3A | 13 | 15A | 3E | 32 |
| Octal | 316 | 60 | 126 | 0 | 115 | 72 | 23 | 532 | 76 | 62 |
| Binary | 11001110 | 110000 | 1010110 | 0 | 1001101 | 111010 | 10011 | 101011010 | 111110 | 110010 |
Color Harmonies of #CE3056
Complementary color
Monochromatic Colors of #CE3056
Black with #CE3056
Text Example
Text Example
White with #CE3056
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE3056; }
p { color: rgb(206,48,86); }
H1.HeaderClassName
{
color: #CE3056;
}
.AnyTagClassName
{
color: #CE3056;
}
</style>
background-color css
<style>
a { background-color: #CE3056; }
a { background-color: rgb(206,48,86); }
div.DivClassName
{
background-color: #CE3056;
}
.BgClassName
{
background-color: #CE3056;
}
</style>
border-color css
<style>
span { border-color: #CE3056; }
span { border-color: rgb(206,48,86); }
td.TdClassName
{
border-color: #CE3056;
}
.TagClassName
{
border-color: #CE3056;
}
</style>