Shades of Red Damask #C96B4D
Tints of Red Damask #C96B4D
RGB
CMYK
RGB Variations
Color information
#C96B4D (or 0xC96B4D) is known color: Red Damask. HEX triplet: C9, 6B and 4D. RGB value is (201,107,77). Sum of RGB (Red+Green+Blue) = 201+107+77=385 (50% of max value = 765). Red value is 201 (78.91% from 255 or 52.21% from 385); Green value is 107 (42.19% from 255 or 27.79% from 385); Blue value is 77 (30.47% from 255 or 20% from 385); Max value from RGB is 201 - color contains mainly: red. Hex color #C96B4D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C96B4D is #3694B2. Grayscale: #838383. Windows color (decimal): -3577011 or 5073865. OLE color: 5073865.
HSL color Cylindrical-coordinate representation of color #C96B4D: hue angle of 14.52º degrees, saturation: 0.53, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C96B4D is Cyan = 0, Magento = 0.47, Yellow = 0.62 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 107 | 77 | - |
| CMYK | 0 | 0.47 | 0.62 | 0.21 |
| HSL | 14.52º | 0.53% | 0.55% | - |
| HSV(B) | 14.52º | 0.62% | 0.79% | - |
| XYZ | 30.68 | 23.47 | 9.93 | - |
| YUV | 131.69 | 97.14 | 177.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 107 | 77 | 0 | 0.47 | 0.62 | 0.21 | 14.52 | 0.53 | 0.55 |
| Hex | C9 | 6B | 4D | 0 | 2F | 3E | 15 | F | 35 | 37 |
| Octal | 311 | 153 | 115 | 0 | 57 | 76 | 25 | 17 | 65 | 67 |
| Binary | 11001001 | 1101011 | 1001101 | 0 | 101111 | 111110 | 10101 | 1111 | 110101 | 110111 |
Color Harmonies of #C96B4D
Complementary color
Monochromatic Colors of #C96B4D
Black with #C96B4D
Text Example
Text Example
White with #C96B4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C96B4D; }
p { color: rgb(201,107,77); }
H1.HeaderClassName
{
color: #C96B4D;
}
.AnyTagClassName
{
color: #C96B4D;
}
</style>
background-color css
<style>
a { background-color: #C96B4D; }
a { background-color: rgb(201,107,77); }
div.DivClassName
{
background-color: #C96B4D;
}
.BgClassName
{
background-color: #C96B4D;
}
</style>
border-color css
<style>
span { border-color: #C96B4D; }
span { border-color: rgb(201,107,77); }
td.TdClassName
{
border-color: #C96B4D;
}
.TagClassName
{
border-color: #C96B4D;
}
</style>