Shades of Red Damask #CE754B
Tints of Red Damask #CE754B
RGB
CMYK
RGB Variations
Color information
#CE754B (or 0xCE754B) is known color: Red Damask. HEX triplet: CE, 75 and 4B. RGB value is (206,117,75). Sum of RGB (Red+Green+Blue) = 206+117+75=398 (52% of max value = 765). Red value is 206 (80.86% from 255 or 51.76% from 398); Green value is 117 (46.09% from 255 or 29.40% from 398); Blue value is 75 (29.69% from 255 or 18.84% from 398); Max value from RGB is 206 - color contains mainly: red. Hex color #CE754B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CE754B is #318AB4. Grayscale: #8B8B8B. Windows color (decimal): -3246773 or 4945358. OLE color: 4945358.
HSL color Cylindrical-coordinate representation of color #CE754B: hue angle of 19.24º 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 #CE754B is Cyan = 0, Magento = 0.43, Yellow = 0.64 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 117 | 75 | - |
| CMYK | 0 | 0.43 | 0.64 | 0.19 |
| HSL | 19.24º | 0.57% | 0.55% | - |
| HSV(B) | 19.24º | 0.64% | 0.81% | - |
| XYZ | 33.08 | 26.35 | 10 | - |
| YUV | 138.82 | 91.99 | 175.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 117 | 75 | 0 | 0.43 | 0.64 | 0.19 | 19.24 | 0.57 | 0.55 |
| Hex | CE | 75 | 4B | 0 | 2B | 40 | 13 | 13 | 39 | 37 |
| Octal | 316 | 165 | 113 | 0 | 53 | 100 | 23 | 23 | 71 | 67 |
| Binary | 11001110 | 1110101 | 1001011 | 0 | 101011 | 1000000 | 10011 | 10011 | 111001 | 110111 |
Color Harmonies of #CE754B
Complementary color
Monochromatic Colors of #CE754B
Black with #CE754B
Text Example
Text Example
White with #CE754B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE754B; }
p { color: rgb(206,117,75); }
H1.HeaderClassName
{
color: #CE754B;
}
.AnyTagClassName
{
color: #CE754B;
}
</style>
background-color css
<style>
a { background-color: #CE754B; }
a { background-color: rgb(206,117,75); }
div.DivClassName
{
background-color: #CE754B;
}
.BgClassName
{
background-color: #CE754B;
}
</style>
border-color css
<style>
span { border-color: #CE754B; }
span { border-color: rgb(206,117,75); }
td.TdClassName
{
border-color: #CE754B;
}
.TagClassName
{
border-color: #CE754B;
}
</style>