Shades of Old Rose #CE324F
Tints of Old Rose #CE324F
RGB
CMYK
RGB Variations
Color information
#CE324F (or 0xCE324F) is known color: Old Rose. HEX triplet: CE, 32 and 4F. RGB value is (206,50,79). Sum of RGB (Red+Green+Blue) = 206+50+79=335 (44% of max value = 765). Red value is 206 (80.86% from 255 or 61.49% from 335); Green value is 50 (19.92% from 255 or 14.93% from 335); Blue value is 79 (31.25% from 255 or 23.58% from 335); Max value from RGB is 206 - color contains mainly: red. Hex color #CE324F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE324F is #31CDB0. Grayscale: #636363. Windows color (decimal): -3263921 or 5190350. OLE color: 5190350.
HSL color Cylindrical-coordinate representation of color #CE324F: hue angle of 348.85º degrees, saturation: 0.61, 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 #CE324F is Cyan = 0, Magento = 0.76, Yellow = 0.62 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 50 | 79 | - |
| CMYK | 0 | 0.76 | 0.62 | 0.19 |
| HSL | 348.85º | 0.61% | 0.5% | - |
| HSV(B) | 348.85º | 0.76% | 0.81% | - |
| XYZ | 28.01 | 15.97 | 9 | - |
| YUV | 99.95 | 116.18 | 203.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 50 | 79 | 0 | 0.76 | 0.62 | 0.19 | 348.85 | 0.61 | 0.5 |
| Hex | CE | 32 | 4F | 0 | 4C | 3E | 13 | 15D | 3D | 32 |
| Octal | 316 | 62 | 117 | 0 | 114 | 76 | 23 | 535 | 75 | 62 |
| Binary | 11001110 | 110010 | 1001111 | 0 | 1001100 | 111110 | 10011 | 101011101 | 111101 | 110010 |
Color Harmonies of #CE324F
Complementary color
Monochromatic Colors of #CE324F
Black with #CE324F
Text Example
Text Example
White with #CE324F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE324F; }
p { color: rgb(206,50,79); }
H1.HeaderClassName
{
color: #CE324F;
}
.AnyTagClassName
{
color: #CE324F;
}
</style>
background-color css
<style>
a { background-color: #CE324F; }
a { background-color: rgb(206,50,79); }
div.DivClassName
{
background-color: #CE324F;
}
.BgClassName
{
background-color: #CE324F;
}
</style>
border-color css
<style>
span { border-color: #CE324F; }
span { border-color: rgb(206,50,79); }
td.TdClassName
{
border-color: #CE324F;
}
.TagClassName
{
border-color: #CE324F;
}
</style>