Shades of Red Damask #C96F43
Tints of Red Damask #C96F43
RGB
CMYK
RGB Variations
Color information
#C96F43 (or 0xC96F43) is known color: Red Damask. HEX triplet: C9, 6F and 43. RGB value is (201,111,67). Sum of RGB (Red+Green+Blue) = 201+111+67=379 (50% of max value = 765). Red value is 201 (78.91% from 255 or 53.03% from 379); Green value is 111 (43.75% from 255 or 29.29% from 379); Blue value is 67 (26.56% from 255 or 17.68% from 379); Max value from RGB is 201 - color contains mainly: red. Hex color #C96F43 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C96F43 is #3690BC. Grayscale: #858585. Windows color (decimal): -3575997 or 4419529. OLE color: 4419529.
HSL color Cylindrical-coordinate representation of color #C96F43: hue angle of 19.7º degrees, saturation: 0.55, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C96F43 is Cyan = 0, Magento = 0.45, Yellow = 0.67 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 111 | 67 | - |
| CMYK | 0 | 0.45 | 0.67 | 0.21 |
| HSL | 19.7º | 0.55% | 0.53% | - |
| HSV(B) | 19.7º | 0.67% | 0.79% | - |
| XYZ | 30.78 | 24.19 | 8.36 | - |
| YUV | 132.89 | 90.82 | 176.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 111 | 67 | 0 | 0.45 | 0.67 | 0.21 | 19.7 | 0.55 | 0.53 |
| Hex | C9 | 6F | 43 | 0 | 2D | 43 | 15 | 14 | 37 | 35 |
| Octal | 311 | 157 | 103 | 0 | 55 | 103 | 25 | 24 | 67 | 65 |
| Binary | 11001001 | 1101111 | 1000011 | 0 | 101101 | 1000011 | 10101 | 10100 | 110111 | 110101 |
Color Harmonies of #C96F43
Complementary color
Monochromatic Colors of #C96F43
Black with #C96F43
Text Example
Text Example
White with #C96F43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C96F43; }
p { color: rgb(201,111,67); }
H1.HeaderClassName
{
color: #C96F43;
}
.AnyTagClassName
{
color: #C96F43;
}
</style>
background-color css
<style>
a { background-color: #C96F43; }
a { background-color: rgb(201,111,67); }
div.DivClassName
{
background-color: #C96F43;
}
.BgClassName
{
background-color: #C96F43;
}
</style>
border-color css
<style>
span { border-color: #C96F43; }
span { border-color: rgb(201,111,67); }
td.TdClassName
{
border-color: #C96F43;
}
.TagClassName
{
border-color: #C96F43;
}
</style>