Shades of Red Damask #C86B45
Tints of Red Damask #C86B45
RGB
CMYK
RGB Variations
Color information
#C86B45 (or 0xC86B45) is known color: Red Damask. HEX triplet: C8, 6B and 45. RGB value is (200,107,69). Sum of RGB (Red+Green+Blue) = 200+107+69=376 (49% of max value = 765). Red value is 200 (78.52% from 255 or 53.19% from 376); Green value is 107 (42.19% from 255 or 28.46% from 376); Blue value is 69 (27.34% from 255 or 18.35% from 376); Max value from RGB is 200 - color contains mainly: red. Hex color #C86B45 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C86B45 is #3794BA. Grayscale: #828282. Windows color (decimal): -3642555 or 4549576. OLE color: 4549576.
HSL color Cylindrical-coordinate representation of color #C86B45: hue angle of 17.4º degrees, saturation: 0.54, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C86B45 is Cyan = 0, Magento = 0.46, Yellow = 0.66 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 107 | 69 | - |
| CMYK | 0 | 0.46 | 0.66 | 0.22 |
| HSL | 17.4º | 0.54% | 0.53% | - |
| HSV(B) | 17.4º | 0.66% | 0.78% | - |
| XYZ | 30.15 | 23.22 | 8.52 | - |
| YUV | 130.48 | 93.31 | 177.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 107 | 69 | 0 | 0.46 | 0.66 | 0.22 | 17.4 | 0.54 | 0.53 |
| Hex | C8 | 6B | 45 | 0 | 2E | 42 | 16 | 11 | 36 | 35 |
| Octal | 310 | 153 | 105 | 0 | 56 | 102 | 26 | 21 | 66 | 65 |
| Binary | 11001000 | 1101011 | 1000101 | 0 | 101110 | 1000010 | 10110 | 10001 | 110110 | 110101 |
Color Harmonies of #C86B45
Complementary color
Monochromatic Colors of #C86B45
Black with #C86B45
Text Example
Text Example
White with #C86B45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C86B45; }
p { color: rgb(200,107,69); }
H1.HeaderClassName
{
color: #C86B45;
}
.AnyTagClassName
{
color: #C86B45;
}
</style>
background-color css
<style>
a { background-color: #C86B45; }
a { background-color: rgb(200,107,69); }
div.DivClassName
{
background-color: #C86B45;
}
.BgClassName
{
background-color: #C86B45;
}
</style>
border-color css
<style>
span { border-color: #C86B45; }
span { border-color: rgb(200,107,69); }
td.TdClassName
{
border-color: #C86B45;
}
.TagClassName
{
border-color: #C86B45;
}
</style>