Shades of Red Damask #CE724A
Tints of Red Damask #CE724A
RGB
CMYK
RGB Variations
Color information
#CE724A (or 0xCE724A) is known color: Red Damask. HEX triplet: CE, 72 and 4A. RGB value is (206,114,74). Sum of RGB (Red+Green+Blue) = 206+114+74=394 (52% of max value = 765). Red value is 206 (80.86% from 255 or 52.28% from 394); Green value is 114 (44.92% from 255 or 28.93% from 394); Blue value is 74 (29.30% from 255 or 18.78% from 394); Max value from RGB is 206 - color contains mainly: red. Hex color #CE724A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CE724A is #318DB5. Grayscale: #898989. Windows color (decimal): -3247542 or 4879054. OLE color: 4879054.
HSL color Cylindrical-coordinate representation of color #CE724A: hue angle of 18.18º degrees, saturation: 0.57, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #CE724A is Cyan = 0, Magento = 0.45, Yellow = 0.64 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 114 | 74 | - |
| CMYK | 0 | 0.45 | 0.64 | 0.19 |
| HSL | 18.18º | 0.57% | 0.55% | - |
| HSV(B) | 18.18º | 0.64% | 0.81% | - |
| XYZ | 32.71 | 25.65 | 9.71 | - |
| YUV | 136.95 | 92.48 | 177.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 114 | 74 | 0 | 0.45 | 0.64 | 0.19 | 18.18 | 0.57 | 0.55 |
| Hex | CE | 72 | 4A | 0 | 2D | 40 | 13 | 12 | 39 | 37 |
| Octal | 316 | 162 | 112 | 0 | 55 | 100 | 23 | 22 | 71 | 67 |
| Binary | 11001110 | 1110010 | 1001010 | 0 | 101101 | 1000000 | 10011 | 10010 | 111001 | 110111 |
Color Harmonies of #CE724A
Complementary color
Monochromatic Colors of #CE724A
Black with #CE724A
Text Example
Text Example
White with #CE724A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE724A; }
p { color: rgb(206,114,74); }
H1.HeaderClassName
{
color: #CE724A;
}
.AnyTagClassName
{
color: #CE724A;
}
</style>
background-color css
<style>
a { background-color: #CE724A; }
a { background-color: rgb(206,114,74); }
div.DivClassName
{
background-color: #CE724A;
}
.BgClassName
{
background-color: #CE724A;
}
</style>
border-color css
<style>
span { border-color: #CE724A; }
span { border-color: rgb(206,114,74); }
td.TdClassName
{
border-color: #CE724A;
}
.TagClassName
{
border-color: #CE724A;
}
</style>