Shades of Red Damask #CE754D
Tints of Red Damask #CE754D
RGB
CMYK
RGB Variations
Color information
#CE754D (or 0xCE754D) is known color: Red Damask. HEX triplet: CE, 75 and 4D. RGB value is (206,117,77). Sum of RGB (Red+Green+Blue) = 206+117+77=400 (52% of max value = 765). Red value is 206 (80.86% from 255 or 51.5% from 400); Green value is 117 (46.09% from 255 or 29.25% from 400); Blue value is 77 (30.47% from 255 or 19.25% from 400); Max value from RGB is 206 - color contains mainly: red. Hex color #CE754D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE754D is #318AB2. Grayscale: #8B8B8B. Windows color (decimal): -3246771 or 5076430. OLE color: 5076430.
HSL color Cylindrical-coordinate representation of color #CE754D: hue angle of 18.6º degrees, saturation: 0.57, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #CE754D is Cyan = 0, Magento = 0.43, Yellow = 0.63 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 117 | 77 | - |
| CMYK | 0 | 0.43 | 0.63 | 0.19 |
| HSL | 18.6º | 0.57% | 0.55% | - |
| HSV(B) | 18.6º | 0.63% | 0.81% | - |
| XYZ | 33.15 | 26.38 | 10.37 | - |
| YUV | 139.05 | 92.99 | 175.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 117 | 77 | 0 | 0.43 | 0.63 | 0.19 | 18.6 | 0.57 | 0.55 |
| Hex | CE | 75 | 4D | 0 | 2B | 3F | 13 | 13 | 39 | 37 |
| Octal | 316 | 165 | 115 | 0 | 53 | 77 | 23 | 23 | 71 | 67 |
| Binary | 11001110 | 1110101 | 1001101 | 0 | 101011 | 111111 | 10011 | 10011 | 111001 | 110111 |
Color Harmonies of #CE754D
Complementary color
Monochromatic Colors of #CE754D
Black with #CE754D
Text Example
Text Example
White with #CE754D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE754D; }
p { color: rgb(206,117,77); }
H1.HeaderClassName
{
color: #CE754D;
}
.AnyTagClassName
{
color: #CE754D;
}
</style>
background-color css
<style>
a { background-color: #CE754D; }
a { background-color: rgb(206,117,77); }
div.DivClassName
{
background-color: #CE754D;
}
.BgClassName
{
background-color: #CE754D;
}
</style>
border-color css
<style>
span { border-color: #CE754D; }
span { border-color: rgb(206,117,77); }
td.TdClassName
{
border-color: #CE754D;
}
.TagClassName
{
border-color: #CE754D;
}
</style>