Shades of Red Damask #CE694B
Tints of Red Damask #CE694B
RGB
CMYK
RGB Variations
Color information
#CE694B (or 0xCE694B) is known color: Red Damask. HEX triplet: CE, 69 and 4B. RGB value is (206,105,75). Sum of RGB (Red+Green+Blue) = 206+105+75=386 (51% of max value = 765). Red value is 206 (80.86% from 255 or 53.37% from 386); Green value is 105 (41.41% from 255 or 27.20% from 386); Blue value is 75 (29.69% from 255 or 19.43% from 386); Max value from RGB is 206 - color contains mainly: red. Hex color #CE694B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CE694B is #3196B4. Grayscale: #848484. Windows color (decimal): -3249845 or 4942286. OLE color: 4942286.
HSL color Cylindrical-coordinate representation of color #CE694B: hue angle of 13.74º 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 #CE694B is Cyan = 0, Magento = 0.49, Yellow = 0.64 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 105 | 75 | - |
| CMYK | 0 | 0.49 | 0.64 | 0.19 |
| HSL | 13.74º | 0.57% | 0.55% | - |
| HSV(B) | 13.74º | 0.64% | 0.81% | - |
| XYZ | 31.78 | 23.73 | 9.56 | - |
| YUV | 131.78 | 95.96 | 180.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 105 | 75 | 0 | 0.49 | 0.64 | 0.19 | 13.74 | 0.57 | 0.55 |
| Hex | CE | 69 | 4B | 0 | 31 | 40 | 13 | E | 39 | 37 |
| Octal | 316 | 151 | 113 | 0 | 61 | 100 | 23 | 16 | 71 | 67 |
| Binary | 11001110 | 1101001 | 1001011 | 0 | 110001 | 1000000 | 10011 | 1110 | 111001 | 110111 |
Color Harmonies of #CE694B
Complementary color
Monochromatic Colors of #CE694B
Black with #CE694B
Text Example
Text Example
White with #CE694B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE694B; }
p { color: rgb(206,105,75); }
H1.HeaderClassName
{
color: #CE694B;
}
.AnyTagClassName
{
color: #CE694B;
}
</style>
background-color css
<style>
a { background-color: #CE694B; }
a { background-color: rgb(206,105,75); }
div.DivClassName
{
background-color: #CE694B;
}
.BgClassName
{
background-color: #CE694B;
}
</style>
border-color css
<style>
span { border-color: #CE694B; }
span { border-color: rgb(206,105,75); }
td.TdClassName
{
border-color: #CE694B;
}
.TagClassName
{
border-color: #CE694B;
}
</style>