Shades of Red Damask #C9764F
Tints of Red Damask #C9764F
RGB
CMYK
RGB Variations
Color information
#C9764F (or 0xC9764F) is known color: Red Damask. HEX triplet: C9, 76 and 4F. RGB value is (201,118,79). Sum of RGB (Red+Green+Blue) = 201+118+79=398 (52% of max value = 765). Red value is 201 (78.91% from 255 or 50.50% from 398); Green value is 118 (46.48% from 255 or 29.65% from 398); Blue value is 79 (31.25% from 255 or 19.85% from 398); Max value from RGB is 201 - color contains mainly: red. Hex color #C9764F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C9764F is #3689B0. Grayscale: #8A8A8A. Windows color (decimal): -3574193 or 5207753. OLE color: 5207753.
HSL color Cylindrical-coordinate representation of color #C9764F: hue angle of 19.18º degrees, saturation: 0.53, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C9764F is Cyan = 0, Magento = 0.41, Yellow = 0.61 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 118 | 79 | - |
| CMYK | 0 | 0.41 | 0.61 | 0.21 |
| HSL | 19.18º | 0.53% | 0.55% | - |
| HSV(B) | 19.18º | 0.61% | 0.79% | - |
| XYZ | 31.98 | 25.94 | 10.72 | - |
| YUV | 138.37 | 94.5 | 172.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 118 | 79 | 0 | 0.41 | 0.61 | 0.21 | 19.18 | 0.53 | 0.55 |
| Hex | C9 | 76 | 4F | 0 | 29 | 3D | 15 | 13 | 35 | 37 |
| Octal | 311 | 166 | 117 | 0 | 51 | 75 | 25 | 23 | 65 | 67 |
| Binary | 11001001 | 1110110 | 1001111 | 0 | 101001 | 111101 | 10101 | 10011 | 110101 | 110111 |
Color Harmonies of #C9764F
Complementary color
Monochromatic Colors of #C9764F
Black with #C9764F
Text Example
Text Example
White with #C9764F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9764F; }
p { color: rgb(201,118,79); }
H1.HeaderClassName
{
color: #C9764F;
}
.AnyTagClassName
{
color: #C9764F;
}
</style>
background-color css
<style>
a { background-color: #C9764F; }
a { background-color: rgb(201,118,79); }
div.DivClassName
{
background-color: #C9764F;
}
.BgClassName
{
background-color: #C9764F;
}
</style>
border-color css
<style>
span { border-color: #C9764F; }
span { border-color: rgb(201,118,79); }
td.TdClassName
{
border-color: #C9764F;
}
.TagClassName
{
border-color: #C9764F;
}
</style>