Shades of Red Damask #C96F47
Tints of Red Damask #C96F47
RGB
CMYK
RGB Variations
Color information
#C96F47 (or 0xC96F47) is known color: Red Damask. HEX triplet: C9, 6F and 47. RGB value is (201,111,71). Sum of RGB (Red+Green+Blue) = 201+111+71=383 (50% of max value = 765). Red value is 201 (78.91% from 255 or 52.48% from 383); Green value is 111 (43.75% from 255 or 28.98% from 383); Blue value is 71 (28.12% from 255 or 18.54% from 383); Max value from RGB is 201 - color contains mainly: red. Hex color #C96F47 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C96F47 is #3690B8. Grayscale: #858585. Windows color (decimal): -3575993 or 4681673. OLE color: 4681673.
HSL color Cylindrical-coordinate representation of color #C96F47: hue angle of 18.46º degrees, saturation: 0.55, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C96F47 is Cyan = 0, Magento = 0.45, Yellow = 0.65 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 111 | 71 | - |
| CMYK | 0 | 0.45 | 0.65 | 0.21 |
| HSL | 18.46º | 0.55% | 0.53% | - |
| HSV(B) | 18.46º | 0.65% | 0.79% | - |
| XYZ | 30.91 | 24.24 | 9.01 | - |
| YUV | 133.35 | 92.82 | 176.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 111 | 71 | 0 | 0.45 | 0.65 | 0.21 | 18.46 | 0.55 | 0.53 |
| Hex | C9 | 6F | 47 | 0 | 2D | 41 | 15 | 12 | 37 | 35 |
| Octal | 311 | 157 | 107 | 0 | 55 | 101 | 25 | 22 | 67 | 65 |
| Binary | 11001001 | 1101111 | 1000111 | 0 | 101101 | 1000001 | 10101 | 10010 | 110111 | 110101 |
Color Harmonies of #C96F47
Complementary color
Monochromatic Colors of #C96F47
Black with #C96F47
Text Example
Text Example
White with #C96F47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C96F47; }
p { color: rgb(201,111,71); }
H1.HeaderClassName
{
color: #C96F47;
}
.AnyTagClassName
{
color: #C96F47;
}
</style>
background-color css
<style>
a { background-color: #C96F47; }
a { background-color: rgb(201,111,71); }
div.DivClassName
{
background-color: #C96F47;
}
.BgClassName
{
background-color: #C96F47;
}
</style>
border-color css
<style>
span { border-color: #C96F47; }
span { border-color: rgb(201,111,71); }
td.TdClassName
{
border-color: #C96F47;
}
.TagClassName
{
border-color: #C96F47;
}
</style>