Shades of Old Rose #CE314F
Tints of Old Rose #CE314F
RGB
CMYK
RGB Variations
Color information
#CE314F (or 0xCE314F) is known color: Old Rose. HEX triplet: CE, 31 and 4F. RGB value is (206,49,79). Sum of RGB (Red+Green+Blue) = 206+49+79=334 (44% of max value = 765). Red value is 206 (80.86% from 255 or 61.68% from 334); Green value is 49 (19.53% from 255 or 14.67% from 334); Blue value is 79 (31.25% from 255 or 23.65% from 334); Max value from RGB is 206 - color contains mainly: red. Hex color #CE314F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE314F is #31CEB0. Grayscale: #636363. Windows color (decimal): -3264177 or 5190094. OLE color: 5190094.
HSL color Cylindrical-coordinate representation of color #CE314F: hue angle of 348.54º degrees, saturation: 0.62, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #CE314F is Cyan = 0, Magento = 0.76, Yellow = 0.62 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 49 | 79 | - |
| CMYK | 0 | 0.76 | 0.62 | 0.19 |
| HSL | 348.54º | 0.62% | 0.5% | - |
| HSV(B) | 348.54º | 0.76% | 0.81% | - |
| XYZ | 27.96 | 15.88 | 8.99 | - |
| YUV | 99.36 | 116.51 | 204.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 49 | 79 | 0 | 0.76 | 0.62 | 0.19 | 348.54 | 0.62 | 0.5 |
| Hex | CE | 31 | 4F | 0 | 4C | 3E | 13 | 15D | 3E | 32 |
| Octal | 316 | 61 | 117 | 0 | 114 | 76 | 23 | 535 | 76 | 62 |
| Binary | 11001110 | 110001 | 1001111 | 0 | 1001100 | 111110 | 10011 | 101011101 | 111110 | 110010 |
Color Harmonies of #CE314F
Complementary color
Monochromatic Colors of #CE314F
Black with #CE314F
Text Example
Text Example
White with #CE314F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE314F; }
p { color: rgb(206,49,79); }
H1.HeaderClassName
{
color: #CE314F;
}
.AnyTagClassName
{
color: #CE314F;
}
</style>
background-color css
<style>
a { background-color: #CE314F; }
a { background-color: rgb(206,49,79); }
div.DivClassName
{
background-color: #CE314F;
}
.BgClassName
{
background-color: #CE314F;
}
</style>
border-color css
<style>
span { border-color: #CE314F; }
span { border-color: rgb(206,49,79); }
td.TdClassName
{
border-color: #CE314F;
}
.TagClassName
{
border-color: #CE314F;
}
</style>