Shades of Red Damask #C86D4B
Tints of Red Damask #C86D4B
RGB
CMYK
RGB Variations
Color information
#C86D4B (or 0xC86D4B) is known color: Red Damask. HEX triplet: C8, 6D and 4B. RGB value is (200,109,75). Sum of RGB (Red+Green+Blue) = 200+109+75=384 (50% of max value = 765). Red value is 200 (78.52% from 255 or 52.08% from 384); Green value is 109 (42.97% from 255 or 28.39% from 384); Blue value is 75 (29.69% from 255 or 19.53% from 384); Max value from RGB is 200 - color contains mainly: red. Hex color #C86D4B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C86D4B is #3792B4. Grayscale: #848484. Windows color (decimal): -3642037 or 4943304. OLE color: 4943304.
HSL color Cylindrical-coordinate representation of color #C86D4B: hue angle of 16.32º degrees, saturation: 0.53, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C86D4B is Cyan = 0, Magento = 0.46, Yellow = 0.62 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 109 | 75 | - |
| CMYK | 0 | 0.46 | 0.62 | 0.22 |
| HSL | 16.32º | 0.53% | 0.54% | - |
| HSV(B) | 16.32º | 0.63% | 0.78% | - |
| XYZ | 30.56 | 23.72 | 9.63 | - |
| YUV | 132.33 | 95.65 | 176.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 109 | 75 | 0 | 0.46 | 0.62 | 0.22 | 16.32 | 0.53 | 0.54 |
| Hex | C8 | 6D | 4B | 0 | 2E | 3E | 16 | 10 | 35 | 36 |
| Octal | 310 | 155 | 113 | 0 | 56 | 76 | 26 | 20 | 65 | 66 |
| Binary | 11001000 | 1101101 | 1001011 | 0 | 101110 | 111110 | 10110 | 10000 | 110101 | 110110 |
Color Harmonies of #C86D4B
Complementary color
Monochromatic Colors of #C86D4B
Black with #C86D4B
Text Example
Text Example
White with #C86D4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C86D4B; }
p { color: rgb(200,109,75); }
H1.HeaderClassName
{
color: #C86D4B;
}
.AnyTagClassName
{
color: #C86D4B;
}
</style>
background-color css
<style>
a { background-color: #C86D4B; }
a { background-color: rgb(200,109,75); }
div.DivClassName
{
background-color: #C86D4B;
}
.BgClassName
{
background-color: #C86D4B;
}
</style>
border-color css
<style>
span { border-color: #C86D4B; }
span { border-color: rgb(200,109,75); }
td.TdClassName
{
border-color: #C86D4B;
}
.TagClassName
{
border-color: #C86D4B;
}
</style>