Shades of Red Damask #C86645
Tints of Red Damask #C86645
RGB
CMYK
RGB Variations
Color information
#C86645 (or 0xC86645) is known color: Red Damask. HEX triplet: C8, 66 and 45. RGB value is (200,102,69). Sum of RGB (Red+Green+Blue) = 200+102+69=371 (49% of max value = 765). Red value is 200 (78.52% from 255 or 53.91% from 371); Green value is 102 (40.23% from 255 or 27.49% from 371); Blue value is 69 (27.34% from 255 or 18.60% from 371); Max value from RGB is 200 - color contains mainly: red. Hex color #C86645 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C86645 is #3799BA. Grayscale: #7F7F7F. Windows color (decimal): -3643835 or 4548296. OLE color: 4548296.
HSL color Cylindrical-coordinate representation of color #C86645: hue angle of 15.11º 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 #C86645 is Cyan = 0, Magento = 0.49, Yellow = 0.66 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 102 | 69 | - |
| CMYK | 0 | 0.49 | 0.66 | 0.22 |
| HSL | 15.11º | 0.54% | 0.53% | - |
| HSV(B) | 15.11º | 0.66% | 0.78% | - |
| XYZ | 29.64 | 22.21 | 8.36 | - |
| YUV | 127.54 | 94.97 | 179.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 102 | 69 | 0 | 0.49 | 0.66 | 0.22 | 15.11 | 0.54 | 0.53 |
| Hex | C8 | 66 | 45 | 0 | 31 | 42 | 16 | F | 36 | 35 |
| Octal | 310 | 146 | 105 | 0 | 61 | 102 | 26 | 17 | 66 | 65 |
| Binary | 11001000 | 1100110 | 1000101 | 0 | 110001 | 1000010 | 10110 | 1111 | 110110 | 110101 |
Color Harmonies of #C86645
Complementary color
Monochromatic Colors of #C86645
Black with #C86645
Text Example
Text Example
White with #C86645
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C86645; }
p { color: rgb(200,102,69); }
H1.HeaderClassName
{
color: #C86645;
}
.AnyTagClassName
{
color: #C86645;
}
</style>
background-color css
<style>
a { background-color: #C86645; }
a { background-color: rgb(200,102,69); }
div.DivClassName
{
background-color: #C86645;
}
.BgClassName
{
background-color: #C86645;
}
</style>
border-color css
<style>
span { border-color: #C86645; }
span { border-color: rgb(200,102,69); }
td.TdClassName
{
border-color: #C86645;
}
.TagClassName
{
border-color: #C86645;
}
</style>