Shades of Red Damask #CE6B4B
Tints of Red Damask #CE6B4B
RGB
CMYK
RGB Variations
Color information
#CE6B4B (or 0xCE6B4B) is known color: Red Damask. HEX triplet: CE, 6B and 4B. RGB value is (206,107,75). Sum of RGB (Red+Green+Blue) = 206+107+75=388 (51% of max value = 765). Red value is 206 (80.86% from 255 or 53.09% from 388); Green value is 107 (42.19% from 255 or 27.58% from 388); Blue value is 75 (29.69% from 255 or 19.33% from 388); Max value from RGB is 206 - color contains mainly: red. Hex color #CE6B4B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CE6B4B is #3194B4. Grayscale: #858585. Windows color (decimal): -3249333 or 4942798. OLE color: 4942798.
HSL color Cylindrical-coordinate representation of color #CE6B4B: hue angle of 14.66º 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 #CE6B4B is Cyan = 0, Magento = 0.48, Yellow = 0.64 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 107 | 75 | - |
| CMYK | 0 | 0.48 | 0.64 | 0.19 |
| HSL | 14.66º | 0.57% | 0.55% | - |
| HSV(B) | 14.66º | 0.64% | 0.81% | - |
| XYZ | 31.98 | 24.15 | 9.63 | - |
| YUV | 132.95 | 95.3 | 180.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 107 | 75 | 0 | 0.48 | 0.64 | 0.19 | 14.66 | 0.57 | 0.55 |
| Hex | CE | 6B | 4B | 0 | 30 | 40 | 13 | F | 39 | 37 |
| Octal | 316 | 153 | 113 | 0 | 60 | 100 | 23 | 17 | 71 | 67 |
| Binary | 11001110 | 1101011 | 1001011 | 0 | 110000 | 1000000 | 10011 | 1111 | 111001 | 110111 |
Color Harmonies of #CE6B4B
Complementary color
Monochromatic Colors of #CE6B4B
Black with #CE6B4B
Text Example
Text Example
White with #CE6B4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE6B4B; }
p { color: rgb(206,107,75); }
H1.HeaderClassName
{
color: #CE6B4B;
}
.AnyTagClassName
{
color: #CE6B4B;
}
</style>
background-color css
<style>
a { background-color: #CE6B4B; }
a { background-color: rgb(206,107,75); }
div.DivClassName
{
background-color: #CE6B4B;
}
.BgClassName
{
background-color: #CE6B4B;
}
</style>
border-color css
<style>
span { border-color: #CE6B4B; }
span { border-color: rgb(206,107,75); }
td.TdClassName
{
border-color: #CE6B4B;
}
.TagClassName
{
border-color: #CE6B4B;
}
</style>