Shades of Old Rose #CE324E
Tints of Old Rose #CE324E
RGB
CMYK
RGB Variations
Color information
#CE324E (or 0xCE324E) is known color: Old Rose. HEX triplet: CE, 32 and 4E. RGB value is (206,50,78). Sum of RGB (Red+Green+Blue) = 206+50+78=334 (44% of max value = 765). Red value is 206 (80.86% from 255 or 61.68% from 334); Green value is 50 (19.92% from 255 or 14.97% from 334); Blue value is 78 (30.86% from 255 or 23.35% from 334); Max value from RGB is 206 - color contains mainly: red. Hex color #CE324E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE324E is #31CDB1. Grayscale: #636363. Windows color (decimal): -3263922 or 5124814. OLE color: 5124814.
HSL color Cylindrical-coordinate representation of color #CE324E: hue angle of 349.23º 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 #CE324E is Cyan = 0, Magento = 0.76, Yellow = 0.62 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 50 | 78 | - |
| CMYK | 0 | 0.76 | 0.62 | 0.19 |
| HSL | 349.23º | 0.61% | 0.5% | - |
| HSV(B) | 349.23º | 0.76% | 0.81% | - |
| XYZ | 27.97 | 15.95 | 8.81 | - |
| YUV | 99.84 | 115.68 | 203.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 50 | 78 | 0 | 0.76 | 0.62 | 0.19 | 349.23 | 0.61 | 0.5 |
| Hex | CE | 32 | 4E | 0 | 4C | 3E | 13 | 15D | 3D | 32 |
| Octal | 316 | 62 | 116 | 0 | 114 | 76 | 23 | 535 | 75 | 62 |
| Binary | 11001110 | 110010 | 1001110 | 0 | 1001100 | 111110 | 10011 | 101011101 | 111101 | 110010 |
Color Harmonies of #CE324E
Complementary color
Monochromatic Colors of #CE324E
Black with #CE324E
Text Example
Text Example
White with #CE324E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE324E; }
p { color: rgb(206,50,78); }
H1.HeaderClassName
{
color: #CE324E;
}
.AnyTagClassName
{
color: #CE324E;
}
</style>
background-color css
<style>
a { background-color: #CE324E; }
a { background-color: rgb(206,50,78); }
div.DivClassName
{
background-color: #CE324E;
}
.BgClassName
{
background-color: #CE324E;
}
</style>
border-color css
<style>
span { border-color: #CE324E; }
span { border-color: rgb(206,50,78); }
td.TdClassName
{
border-color: #CE324E;
}
.TagClassName
{
border-color: #CE324E;
}
</style>