Shades of Old Rose #CE1C4E
Tints of Old Rose #CE1C4E
RGB
CMYK
RGB Variations
Color information
#CE1C4E (or 0xCE1C4E) is known color: Old Rose. HEX triplet: CE, 1C and 4E. RGB value is (206,28,78). Sum of RGB (Red+Green+Blue) = 206+28+78=312 (41% of max value = 765). Red value is 206 (80.86% from 255 or 66.03% from 312); Green value is 28 (11.33% from 255 or 8.97% from 312); Blue value is 78 (30.86% from 255 or 25% from 312); Max value from RGB is 206 - color contains mainly: red. Hex color #CE1C4E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE1C4E is #31E3B1. Grayscale: #565656. Windows color (decimal): -3269554 or 5119182. OLE color: 5119182.
HSL color Cylindrical-coordinate representation of color #CE1C4E: hue angle of 343.15º degrees, saturation: 0.76, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #CE1C4E is Cyan = 0, Magento = 0.86, Yellow = 0.62 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 28 | 78 | - |
| CMYK | 0 | 0.86 | 0.62 | 0.19 |
| HSL | 343.15º | 0.76% | 0.46% | - |
| HSV(B) | 343.15º | 0.86% | 0.81% | - |
| XYZ | 27.24 | 14.5 | 8.57 | - |
| YUV | 86.92 | 122.97 | 212.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 28 | 78 | 0 | 0.86 | 0.62 | 0.19 | 343.15 | 0.76 | 0.46 |
| Hex | CE | 1C | 4E | 0 | 56 | 3E | 13 | 157 | 4C | 2E |
| Octal | 316 | 34 | 116 | 0 | 126 | 76 | 23 | 527 | 114 | 56 |
| Binary | 11001110 | 11100 | 1001110 | 0 | 1010110 | 111110 | 10011 | 101010111 | 1001100 | 101110 |
Color Harmonies of #CE1C4E
Complementary color
Monochromatic Colors of #CE1C4E
Black with #CE1C4E
Text Example
Text Example
White with #CE1C4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE1C4E; }
p { color: rgb(206,28,78); }
H1.HeaderClassName
{
color: #CE1C4E;
}
.AnyTagClassName
{
color: #CE1C4E;
}
</style>
background-color css
<style>
a { background-color: #CE1C4E; }
a { background-color: rgb(206,28,78); }
div.DivClassName
{
background-color: #CE1C4E;
}
.BgClassName
{
background-color: #CE1C4E;
}
</style>
border-color css
<style>
span { border-color: #CE1C4E; }
span { border-color: rgb(206,28,78); }
td.TdClassName
{
border-color: #CE1C4E;
}
.TagClassName
{
border-color: #CE1C4E;
}
</style>