Shades of Red Damask #C96B43
Tints of Red Damask #C96B43
RGB
CMYK
RGB Variations
Color information
#C96B43 (or 0xC96B43) is known color: Red Damask. HEX triplet: C9, 6B and 43. RGB value is (201,107,67). Sum of RGB (Red+Green+Blue) = 201+107+67=375 (49% of max value = 765). Red value is 201 (78.91% from 255 or 53.6% from 375); Green value is 107 (42.19% from 255 or 28.53% from 375); Blue value is 67 (26.56% from 255 or 17.87% from 375); Max value from RGB is 201 - color contains mainly: red. Hex color #C96B43 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C96B43 is #3694BC. Grayscale: #828282. Windows color (decimal): -3577021 or 4418505. OLE color: 4418505.
HSL color Cylindrical-coordinate representation of color #C96B43: hue angle of 17.91º 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 #C96B43 is Cyan = 0, Magento = 0.47, Yellow = 0.67 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 107 | 67 | - |
| CMYK | 0 | 0.47 | 0.67 | 0.21 |
| HSL | 17.91º | 0.55% | 0.53% | - |
| HSV(B) | 17.91º | 0.67% | 0.79% | - |
| XYZ | 30.36 | 23.34 | 8.21 | - |
| YUV | 130.55 | 92.14 | 178.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 107 | 67 | 0 | 0.47 | 0.67 | 0.21 | 17.91 | 0.55 | 0.53 |
| Hex | C9 | 6B | 43 | 0 | 2F | 43 | 15 | 12 | 37 | 35 |
| Octal | 311 | 153 | 103 | 0 | 57 | 103 | 25 | 22 | 67 | 65 |
| Binary | 11001001 | 1101011 | 1000011 | 0 | 101111 | 1000011 | 10101 | 10010 | 110111 | 110101 |
Color Harmonies of #C96B43
Complementary color
Monochromatic Colors of #C96B43
Black with #C96B43
Text Example
Text Example
White with #C96B43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C96B43; }
p { color: rgb(201,107,67); }
H1.HeaderClassName
{
color: #C96B43;
}
.AnyTagClassName
{
color: #C96B43;
}
</style>
background-color css
<style>
a { background-color: #C96B43; }
a { background-color: rgb(201,107,67); }
div.DivClassName
{
background-color: #C96B43;
}
.BgClassName
{
background-color: #C96B43;
}
</style>
border-color css
<style>
span { border-color: #C96B43; }
span { border-color: rgb(201,107,67); }
td.TdClassName
{
border-color: #C96B43;
}
.TagClassName
{
border-color: #C96B43;
}
</style>