Shades of Old Rose #CE1E4C
Tints of Old Rose #CE1E4C
RGB
CMYK
RGB Variations
Color information
#CE1E4C (or 0xCE1E4C) is known color: Old Rose. HEX triplet: CE, 1E and 4C. RGB value is (206,30,76). Sum of RGB (Red+Green+Blue) = 206+30+76=312 (41% of max value = 765). Red value is 206 (80.86% from 255 or 66.03% from 312); Green value is 30 (12.11% from 255 or 9.62% from 312); Blue value is 76 (30.08% from 255 or 24.36% from 312); Max value from RGB is 206 - color contains mainly: red. Hex color #CE1E4C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE1E4C is #31E1B3. Grayscale: #575757. Windows color (decimal): -3269044 or 4988622. OLE color: 4988622.
HSL color Cylindrical-coordinate representation of color #CE1E4C: hue angle of 344.32º degrees, saturation: 0.75, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #CE1E4C is Cyan = 0, Magento = 0.85, Yellow = 0.63 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 30 | 76 | - |
| CMYK | 0 | 0.85 | 0.63 | 0.19 |
| HSL | 344.32º | 0.75% | 0.46% | - |
| HSV(B) | 344.32º | 0.85% | 0.81% | - |
| XYZ | 27.22 | 14.57 | 8.22 | - |
| YUV | 87.87 | 121.31 | 212.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 30 | 76 | 0 | 0.85 | 0.63 | 0.19 | 344.32 | 0.75 | 0.46 |
| Hex | CE | 1E | 4C | 0 | 55 | 3F | 13 | 158 | 4B | 2E |
| Octal | 316 | 36 | 114 | 0 | 125 | 77 | 23 | 530 | 113 | 56 |
| Binary | 11001110 | 11110 | 1001100 | 0 | 1010101 | 111111 | 10011 | 101011000 | 1001011 | 101110 |
Color Harmonies of #CE1E4C
Complementary color
Monochromatic Colors of #CE1E4C
Black with #CE1E4C
Text Example
Text Example
White with #CE1E4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE1E4C; }
p { color: rgb(206,30,76); }
H1.HeaderClassName
{
color: #CE1E4C;
}
.AnyTagClassName
{
color: #CE1E4C;
}
</style>
background-color css
<style>
a { background-color: #CE1E4C; }
a { background-color: rgb(206,30,76); }
div.DivClassName
{
background-color: #CE1E4C;
}
.BgClassName
{
background-color: #CE1E4C;
}
</style>
border-color css
<style>
span { border-color: #CE1E4C; }
span { border-color: rgb(206,30,76); }
td.TdClassName
{
border-color: #CE1E4C;
}
.TagClassName
{
border-color: #CE1E4C;
}
</style>