Shades of Old Rose #CE3556
Tints of Old Rose #CE3556
RGB
CMYK
RGB Variations
Color information
#CE3556 (or 0xCE3556) is known color: Old Rose. HEX triplet: CE, 35 and 56. RGB value is (206,53,86). Sum of RGB (Red+Green+Blue) = 206+53+86=345 (45% of max value = 765). Red value is 206 (80.86% from 255 or 59.71% from 345); Green value is 53 (21.09% from 255 or 15.36% from 345); Blue value is 86 (33.98% from 255 or 24.93% from 345); Max value from RGB is 206 - color contains mainly: red. Hex color #CE3556 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE3556 is #31CAA9. Grayscale: #666666. Windows color (decimal): -3263146 or 5649870. OLE color: 5649870.
HSL color Cylindrical-coordinate representation of color #CE3556: hue angle of 347.06º degrees, saturation: 0.61, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #CE3556 is Cyan = 0, Magento = 0.74, Yellow = 0.58 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 53 | 86 | - |
| CMYK | 0 | 0.74 | 0.58 | 0.19 |
| HSL | 347.06º | 0.61% | 0.51% | - |
| HSV(B) | 347.06º | 0.74% | 0.81% | - |
| XYZ | 28.41 | 16.34 | 10.46 | - |
| YUV | 102.51 | 118.69 | 201.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 53 | 86 | 0 | 0.74 | 0.58 | 0.19 | 347.06 | 0.61 | 0.51 |
| Hex | CE | 35 | 56 | 0 | 4A | 3A | 13 | 15B | 3D | 33 |
| Octal | 316 | 65 | 126 | 0 | 112 | 72 | 23 | 533 | 75 | 63 |
| Binary | 11001110 | 110101 | 1010110 | 0 | 1001010 | 111010 | 10011 | 101011011 | 111101 | 110011 |
Color Harmonies of #CE3556
Complementary color
Monochromatic Colors of #CE3556
Black with #CE3556
Text Example
Text Example
White with #CE3556
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE3556; }
p { color: rgb(206,53,86); }
H1.HeaderClassName
{
color: #CE3556;
}
.AnyTagClassName
{
color: #CE3556;
}
</style>
background-color css
<style>
a { background-color: #CE3556; }
a { background-color: rgb(206,53,86); }
div.DivClassName
{
background-color: #CE3556;
}
.BgClassName
{
background-color: #CE3556;
}
</style>
border-color css
<style>
span { border-color: #CE3556; }
span { border-color: rgb(206,53,86); }
td.TdClassName
{
border-color: #CE3556;
}
.TagClassName
{
border-color: #CE3556;
}
</style>