Shades of Old Rose #CE3456
Tints of Old Rose #CE3456
RGB
CMYK
RGB Variations
Color information
#CE3456 (or 0xCE3456) is known color: Old Rose. HEX triplet: CE, 34 and 56. RGB value is (206,52,86). Sum of RGB (Red+Green+Blue) = 206+52+86=344 (45% of max value = 765). Red value is 206 (80.86% from 255 or 59.88% from 344); Green value is 52 (20.70% from 255 or 15.12% from 344); Blue value is 86 (33.98% from 255 or 25% from 344); Max value from RGB is 206 - color contains mainly: red. Hex color #CE3456 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE3456 is #31CBA9. Grayscale: #656565. Windows color (decimal): -3263402 or 5649614. OLE color: 5649614.
HSL color Cylindrical-coordinate representation of color #CE3456: hue angle of 346.75º degrees, saturation: 0.61, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #CE3456 is Cyan = 0, Magento = 0.75, Yellow = 0.58 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 52 | 86 | - |
| CMYK | 0 | 0.75 | 0.58 | 0.19 |
| HSL | 346.75º | 0.61% | 0.51% | - |
| HSV(B) | 346.75º | 0.75% | 0.81% | - |
| XYZ | 28.36 | 16.25 | 10.45 | - |
| YUV | 101.92 | 119.02 | 202.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 52 | 86 | 0 | 0.75 | 0.58 | 0.19 | 346.75 | 0.61 | 0.51 |
| Hex | CE | 34 | 56 | 0 | 4B | 3A | 13 | 15B | 3D | 33 |
| Octal | 316 | 64 | 126 | 0 | 113 | 72 | 23 | 533 | 75 | 63 |
| Binary | 11001110 | 110100 | 1010110 | 0 | 1001011 | 111010 | 10011 | 101011011 | 111101 | 110011 |
Color Harmonies of #CE3456
Complementary color
Monochromatic Colors of #CE3456
Black with #CE3456
Text Example
Text Example
White with #CE3456
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE3456; }
p { color: rgb(206,52,86); }
H1.HeaderClassName
{
color: #CE3456;
}
.AnyTagClassName
{
color: #CE3456;
}
</style>
background-color css
<style>
a { background-color: #CE3456; }
a { background-color: rgb(206,52,86); }
div.DivClassName
{
background-color: #CE3456;
}
.BgClassName
{
background-color: #CE3456;
}
</style>
border-color css
<style>
span { border-color: #CE3456; }
span { border-color: rgb(206,52,86); }
td.TdClassName
{
border-color: #CE3456;
}
.TagClassName
{
border-color: #CE3456;
}
</style>