Shades of Red Damask #CE684D
Tints of Red Damask #CE684D
RGB
CMYK
RGB Variations
Color information
#CE684D (or 0xCE684D) is known color: Red Damask. HEX triplet: CE, 68 and 4D. RGB value is (206,104,77). Sum of RGB (Red+Green+Blue) = 206+104+77=387 (51% of max value = 765). Red value is 206 (80.86% from 255 or 53.23% from 387); Green value is 104 (41.02% from 255 or 26.87% from 387); Blue value is 77 (30.47% from 255 or 19.90% from 387); Max value from RGB is 206 - color contains mainly: red. Hex color #CE684D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE684D is #3197B2. Grayscale: #838383. Windows color (decimal): -3250099 or 5073102. OLE color: 5073102.
HSL color Cylindrical-coordinate representation of color #CE684D: hue angle of 12.56º 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 #CE684D is Cyan = 0, Magento = 0.50, Yellow = 0.63 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 104 | 77 | - |
| CMYK | 0 | 0.50 | 0.63 | 0.19 |
| HSL | 12.56º | 0.57% | 0.55% | - |
| HSV(B) | 12.56º | 0.63% | 0.81% | - |
| XYZ | 31.74 | 23.56 | 9.9 | - |
| YUV | 131.42 | 97.29 | 181.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 104 | 77 | 0 | 0.50 | 0.63 | 0.19 | 12.56 | 0.57 | 0.55 |
| Hex | CE | 68 | 4D | 0 | 32 | 3F | 13 | D | 39 | 37 |
| Octal | 316 | 150 | 115 | 0 | 62 | 77 | 23 | 15 | 71 | 67 |
| Binary | 11001110 | 1101000 | 1001101 | 0 | 110010 | 111111 | 10011 | 1101 | 111001 | 110111 |
Color Harmonies of #CE684D
Complementary color
Monochromatic Colors of #CE684D
Black with #CE684D
Text Example
Text Example
White with #CE684D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE684D; }
p { color: rgb(206,104,77); }
H1.HeaderClassName
{
color: #CE684D;
}
.AnyTagClassName
{
color: #CE684D;
}
</style>
background-color css
<style>
a { background-color: #CE684D; }
a { background-color: rgb(206,104,77); }
div.DivClassName
{
background-color: #CE684D;
}
.BgClassName
{
background-color: #CE684D;
}
</style>
border-color css
<style>
span { border-color: #CE684D; }
span { border-color: rgb(206,104,77); }
td.TdClassName
{
border-color: #CE684D;
}
.TagClassName
{
border-color: #CE684D;
}
</style>