Shades of Old Rose #CE3C58
Tints of Old Rose #CE3C58
RGB
CMYK
RGB Variations
Color information
#CE3C58 (or 0xCE3C58) is known color: Old Rose. HEX triplet: CE, 3C and 58. RGB value is (206,60,88). Sum of RGB (Red+Green+Blue) = 206+60+88=354 (46% of max value = 765). Red value is 206 (80.86% from 255 or 58.19% from 354); Green value is 60 (23.83% from 255 or 16.95% from 354); Blue value is 88 (34.77% from 255 or 24.86% from 354); Max value from RGB is 206 - color contains mainly: red. Hex color #CE3C58 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE3C58 is #31C3A7. Grayscale: #6A6A6A. Windows color (decimal): -3261352 or 5782734. OLE color: 5782734.
HSL color Cylindrical-coordinate representation of color #CE3C58: hue angle of 348.49º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #CE3C58 is Cyan = 0, Magento = 0.71, Yellow = 0.57 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 60 | 88 | - |
| CMYK | 0 | 0.71 | 0.57 | 0.19 |
| HSL | 348.49º | 0.6% | 0.52% | - |
| HSV(B) | 348.49º | 0.71% | 0.81% | - |
| XYZ | 28.83 | 17.06 | 11.01 | - |
| YUV | 106.85 | 117.37 | 198.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 60 | 88 | 0 | 0.71 | 0.57 | 0.19 | 348.49 | 0.6 | 0.52 |
| Hex | CE | 3C | 58 | 0 | 47 | 39 | 13 | 15C | 3C | 34 |
| Octal | 316 | 74 | 130 | 0 | 107 | 71 | 23 | 534 | 74 | 64 |
| Binary | 11001110 | 111100 | 1011000 | 0 | 1000111 | 111001 | 10011 | 101011100 | 111100 | 110100 |
Color Harmonies of #CE3C58
Complementary color
Monochromatic Colors of #CE3C58
Black with #CE3C58
Text Example
Text Example
White with #CE3C58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE3C58; }
p { color: rgb(206,60,88); }
H1.HeaderClassName
{
color: #CE3C58;
}
.AnyTagClassName
{
color: #CE3C58;
}
</style>
background-color css
<style>
a { background-color: #CE3C58; }
a { background-color: rgb(206,60,88); }
div.DivClassName
{
background-color: #CE3C58;
}
.BgClassName
{
background-color: #CE3C58;
}
</style>
border-color css
<style>
span { border-color: #CE3C58; }
span { border-color: rgb(206,60,88); }
td.TdClassName
{
border-color: #CE3C58;
}
.TagClassName
{
border-color: #CE3C58;
}
</style>