Shades of Old Rose #CE1D4E
Tints of Old Rose #CE1D4E
RGB
CMYK
RGB Variations
Color information
#CE1D4E (or 0xCE1D4E) is known color: Old Rose. HEX triplet: CE, 1D and 4E. RGB value is (206,29,78). Sum of RGB (Red+Green+Blue) = 206+29+78=313 (41% of max value = 765). Red value is 206 (80.86% from 255 or 65.81% from 313); Green value is 29 (11.72% from 255 or 9.27% from 313); Blue value is 78 (30.86% from 255 or 24.92% from 313); Max value from RGB is 206 - color contains mainly: red. Hex color #CE1D4E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE1D4E is #31E2B1. Grayscale: #575757. Windows color (decimal): -3269298 or 5119438. OLE color: 5119438.
HSL color Cylindrical-coordinate representation of color #CE1D4E: hue angle of 343.39º degrees, saturation: 0.75, 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 #CE1D4E is Cyan = 0, Magento = 0.86, Yellow = 0.62 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 29 | 78 | - |
| CMYK | 0 | 0.86 | 0.62 | 0.19 |
| HSL | 343.39º | 0.75% | 0.46% | - |
| HSV(B) | 343.39º | 0.86% | 0.81% | - |
| XYZ | 27.27 | 14.55 | 8.58 | - |
| YUV | 87.51 | 122.64 | 212.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 29 | 78 | 0 | 0.86 | 0.62 | 0.19 | 343.39 | 0.75 | 0.46 |
| Hex | CE | 1D | 4E | 0 | 56 | 3E | 13 | 157 | 4B | 2E |
| Octal | 316 | 35 | 116 | 0 | 126 | 76 | 23 | 527 | 113 | 56 |
| Binary | 11001110 | 11101 | 1001110 | 0 | 1010110 | 111110 | 10011 | 101010111 | 1001011 | 101110 |
Color Harmonies of #CE1D4E
Complementary color
Monochromatic Colors of #CE1D4E
Black with #CE1D4E
Text Example
Text Example
White with #CE1D4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE1D4E; }
p { color: rgb(206,29,78); }
H1.HeaderClassName
{
color: #CE1D4E;
}
.AnyTagClassName
{
color: #CE1D4E;
}
</style>
background-color css
<style>
a { background-color: #CE1D4E; }
a { background-color: rgb(206,29,78); }
div.DivClassName
{
background-color: #CE1D4E;
}
.BgClassName
{
background-color: #CE1D4E;
}
</style>
border-color css
<style>
span { border-color: #CE1D4E; }
span { border-color: rgb(206,29,78); }
td.TdClassName
{
border-color: #CE1D4E;
}
.TagClassName
{
border-color: #CE1D4E;
}
</style>