Shades of Red Damask #C96945
Tints of Red Damask #C96945
RGB
CMYK
RGB Variations
Color information
#C96945 (or 0xC96945) is known color: Red Damask. HEX triplet: C9, 69 and 45. RGB value is (201,105,69). Sum of RGB (Red+Green+Blue) = 201+105+69=375 (49% of max value = 765). Red value is 201 (78.91% from 255 or 53.6% from 375); Green value is 105 (41.41% from 255 or 28% from 375); Blue value is 69 (27.34% from 255 or 18.4% from 375); Max value from RGB is 201 - color contains mainly: red. Hex color #C96945 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C96945 is #3696BA. Grayscale: #818181. Windows color (decimal): -3577531 or 4549065. OLE color: 4549065.
HSL color Cylindrical-coordinate representation of color #C96945: hue angle of 16.36º degrees, saturation: 0.55, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C96945 is Cyan = 0, Magento = 0.48, Yellow = 0.66 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 105 | 69 | - |
| CMYK | 0 | 0.48 | 0.66 | 0.21 |
| HSL | 16.36º | 0.55% | 0.53% | - |
| HSV(B) | 16.36º | 0.66% | 0.79% | - |
| XYZ | 30.21 | 22.95 | 8.47 | - |
| YUV | 129.6 | 93.8 | 178.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 105 | 69 | 0 | 0.48 | 0.66 | 0.21 | 16.36 | 0.55 | 0.53 |
| Hex | C9 | 69 | 45 | 0 | 30 | 42 | 15 | 10 | 37 | 35 |
| Octal | 311 | 151 | 105 | 0 | 60 | 102 | 25 | 20 | 67 | 65 |
| Binary | 11001001 | 1101001 | 1000101 | 0 | 110000 | 1000010 | 10101 | 10000 | 110111 | 110101 |
Color Harmonies of #C96945
Complementary color
Monochromatic Colors of #C96945
Black with #C96945
Text Example
Text Example
White with #C96945
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C96945; }
p { color: rgb(201,105,69); }
H1.HeaderClassName
{
color: #C96945;
}
.AnyTagClassName
{
color: #C96945;
}
</style>
background-color css
<style>
a { background-color: #C96945; }
a { background-color: rgb(201,105,69); }
div.DivClassName
{
background-color: #C96945;
}
.BgClassName
{
background-color: #C96945;
}
</style>
border-color css
<style>
span { border-color: #C96945; }
span { border-color: rgb(201,105,69); }
td.TdClassName
{
border-color: #C96945;
}
.TagClassName
{
border-color: #C96945;
}
</style>