Shades of Old Rose #CE3C4F
Tints of Old Rose #CE3C4F
RGB
CMYK
RGB Variations
Color information
#CE3C4F (or 0xCE3C4F) is known color: Old Rose. HEX triplet: CE, 3C and 4F. RGB value is (206,60,79). Sum of RGB (Red+Green+Blue) = 206+60+79=345 (45% of max value = 765). Red value is 206 (80.86% from 255 or 59.71% from 345); Green value is 60 (23.83% from 255 or 17.39% from 345); Blue value is 79 (31.25% from 255 or 22.90% from 345); Max value from RGB is 206 - color contains mainly: red. Hex color #CE3C4F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE3C4F is #31C3B0. Grayscale: #696969. Windows color (decimal): -3261361 or 5192910. OLE color: 5192910.
HSL color Cylindrical-coordinate representation of color #CE3C4F: hue angle of 352.19º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #CE3C4F is Cyan = 0, Magento = 0.71, Yellow = 0.62 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 60 | 79 | - |
| CMYK | 0 | 0.71 | 0.62 | 0.19 |
| HSL | 352.19º | 0.6% | 0.52% | - |
| HSV(B) | 352.19º | 0.71% | 0.81% | - |
| XYZ | 28.48 | 16.92 | 9.16 | - |
| YUV | 105.82 | 112.87 | 199.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 60 | 79 | 0 | 0.71 | 0.62 | 0.19 | 352.19 | 0.6 | 0.52 |
| Hex | CE | 3C | 4F | 0 | 47 | 3E | 13 | 160 | 3C | 34 |
| Octal | 316 | 74 | 117 | 0 | 107 | 76 | 23 | 540 | 74 | 64 |
| Binary | 11001110 | 111100 | 1001111 | 0 | 1000111 | 111110 | 10011 | 101100000 | 111100 | 110100 |
Color Harmonies of #CE3C4F
Complementary color
Monochromatic Colors of #CE3C4F
Black with #CE3C4F
Text Example
Text Example
White with #CE3C4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE3C4F; }
p { color: rgb(206,60,79); }
H1.HeaderClassName
{
color: #CE3C4F;
}
.AnyTagClassName
{
color: #CE3C4F;
}
</style>
background-color css
<style>
a { background-color: #CE3C4F; }
a { background-color: rgb(206,60,79); }
div.DivClassName
{
background-color: #CE3C4F;
}
.BgClassName
{
background-color: #CE3C4F;
}
</style>
border-color css
<style>
span { border-color: #CE3C4F; }
span { border-color: rgb(206,60,79); }
td.TdClassName
{
border-color: #CE3C4F;
}
.TagClassName
{
border-color: #CE3C4F;
}
</style>