Shades of Old Rose #CE3558
Tints of Old Rose #CE3558
RGB
CMYK
RGB Variations
Color information
#CE3558 (or 0xCE3558) is known color: Old Rose. HEX triplet: CE, 35 and 58. RGB value is (206,53,88). Sum of RGB (Red+Green+Blue) = 206+53+88=347 (45% of max value = 765). Red value is 206 (80.86% from 255 or 59.37% from 347); Green value is 53 (21.09% from 255 or 15.27% from 347); Blue value is 88 (34.77% from 255 or 25.36% from 347); Max value from RGB is 206 - color contains mainly: red. Hex color #CE3558 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE3558 is #31CAA7. Grayscale: #666666. Windows color (decimal): -3263144 or 5780942. OLE color: 5780942.
HSL color Cylindrical-coordinate representation of color #CE3558: hue angle of 346.27º 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 #CE3558 is Cyan = 0, Magento = 0.74, Yellow = 0.57 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 53 | 88 | - |
| CMYK | 0 | 0.74 | 0.57 | 0.19 |
| HSL | 346.27º | 0.61% | 0.51% | - |
| HSV(B) | 346.27º | 0.74% | 0.81% | - |
| XYZ | 28.49 | 16.37 | 10.89 | - |
| YUV | 102.74 | 119.69 | 201.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 53 | 88 | 0 | 0.74 | 0.57 | 0.19 | 346.27 | 0.61 | 0.51 |
| Hex | CE | 35 | 58 | 0 | 4A | 39 | 13 | 15A | 3D | 33 |
| Octal | 316 | 65 | 130 | 0 | 112 | 71 | 23 | 532 | 75 | 63 |
| Binary | 11001110 | 110101 | 1011000 | 0 | 1001010 | 111001 | 10011 | 101011010 | 111101 | 110011 |
Color Harmonies of #CE3558
Complementary color
Monochromatic Colors of #CE3558
Black with #CE3558
Text Example
Text Example
White with #CE3558
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE3558; }
p { color: rgb(206,53,88); }
H1.HeaderClassName
{
color: #CE3558;
}
.AnyTagClassName
{
color: #CE3558;
}
</style>
background-color css
<style>
a { background-color: #CE3558; }
a { background-color: rgb(206,53,88); }
div.DivClassName
{
background-color: #CE3558;
}
.BgClassName
{
background-color: #CE3558;
}
</style>
border-color css
<style>
span { border-color: #CE3558; }
span { border-color: rgb(206,53,88); }
td.TdClassName
{
border-color: #CE3558;
}
.TagClassName
{
border-color: #CE3558;
}
</style>