Shades of Red Damask #CE684A
Tints of Red Damask #CE684A
RGB
CMYK
RGB Variations
Color information
#CE684A (or 0xCE684A) is known color: Red Damask. HEX triplet: CE, 68 and 4A. RGB value is (206,104,74). Sum of RGB (Red+Green+Blue) = 206+104+74=384 (50% of max value = 765). Red value is 206 (80.86% from 255 or 53.65% from 384); Green value is 104 (41.02% from 255 or 27.08% from 384); Blue value is 74 (29.30% from 255 or 19.27% from 384); Max value from RGB is 206 - color contains mainly: red. Hex color #CE684A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CE684A is #3197B5. Grayscale: #838383. Windows color (decimal): -3250102 or 4876494. OLE color: 4876494.
HSL color Cylindrical-coordinate representation of color #CE684A: hue angle of 13.64º 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 #CE684A is Cyan = 0, Magento = 0.50, Yellow = 0.64 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 104 | 74 | - |
| CMYK | 0 | 0.50 | 0.64 | 0.19 |
| HSL | 13.64º | 0.57% | 0.55% | - |
| HSV(B) | 13.64º | 0.64% | 0.81% | - |
| XYZ | 31.64 | 23.52 | 9.35 | - |
| YUV | 131.08 | 95.79 | 181.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 104 | 74 | 0 | 0.50 | 0.64 | 0.19 | 13.64 | 0.57 | 0.55 |
| Hex | CE | 68 | 4A | 0 | 32 | 40 | 13 | E | 39 | 37 |
| Octal | 316 | 150 | 112 | 0 | 62 | 100 | 23 | 16 | 71 | 67 |
| Binary | 11001110 | 1101000 | 1001010 | 0 | 110010 | 1000000 | 10011 | 1110 | 111001 | 110111 |
Color Harmonies of #CE684A
Complementary color
Monochromatic Colors of #CE684A
Black with #CE684A
Text Example
Text Example
White with #CE684A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE684A; }
p { color: rgb(206,104,74); }
H1.HeaderClassName
{
color: #CE684A;
}
.AnyTagClassName
{
color: #CE684A;
}
</style>
background-color css
<style>
a { background-color: #CE684A; }
a { background-color: rgb(206,104,74); }
div.DivClassName
{
background-color: #CE684A;
}
.BgClassName
{
background-color: #CE684A;
}
</style>
border-color css
<style>
span { border-color: #CE684A; }
span { border-color: rgb(206,104,74); }
td.TdClassName
{
border-color: #CE684A;
}
.TagClassName
{
border-color: #CE684A;
}
</style>