Shades of Red Damask #C9754F
Tints of Red Damask #C9754F
RGB
CMYK
RGB Variations
Color information
#C9754F (or 0xC9754F) is known color: Red Damask. HEX triplet: C9, 75 and 4F. RGB value is (201,117,79). Sum of RGB (Red+Green+Blue) = 201+117+79=397 (52% of max value = 765). Red value is 201 (78.91% from 255 or 50.63% from 397); Green value is 117 (46.09% from 255 or 29.47% from 397); Blue value is 79 (31.25% from 255 or 19.90% from 397); Max value from RGB is 201 - color contains mainly: red. Hex color #C9754F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C9754F is #368AB0. Grayscale: #8A8A8A. Windows color (decimal): -3574449 or 5207497. OLE color: 5207497.
HSL color Cylindrical-coordinate representation of color #C9754F: hue angle of 18.69º 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 #C9754F is Cyan = 0, Magento = 0.42, Yellow = 0.61 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 117 | 79 | - |
| CMYK | 0 | 0.42 | 0.61 | 0.21 |
| HSL | 18.69º | 0.53% | 0.55% | - |
| HSV(B) | 18.69º | 0.61% | 0.79% | - |
| XYZ | 31.86 | 25.7 | 10.68 | - |
| YUV | 137.78 | 94.83 | 173.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 117 | 79 | 0 | 0.42 | 0.61 | 0.21 | 18.69 | 0.53 | 0.55 |
| Hex | C9 | 75 | 4F | 0 | 2A | 3D | 15 | 13 | 35 | 37 |
| Octal | 311 | 165 | 117 | 0 | 52 | 75 | 25 | 23 | 65 | 67 |
| Binary | 11001001 | 1110101 | 1001111 | 0 | 101010 | 111101 | 10101 | 10011 | 110101 | 110111 |
Color Harmonies of #C9754F
Complementary color
Monochromatic Colors of #C9754F
Black with #C9754F
Text Example
Text Example
White with #C9754F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9754F; }
p { color: rgb(201,117,79); }
H1.HeaderClassName
{
color: #C9754F;
}
.AnyTagClassName
{
color: #C9754F;
}
</style>
background-color css
<style>
a { background-color: #C9754F; }
a { background-color: rgb(201,117,79); }
div.DivClassName
{
background-color: #C9754F;
}
.BgClassName
{
background-color: #C9754F;
}
</style>
border-color css
<style>
span { border-color: #C9754F; }
span { border-color: rgb(201,117,79); }
td.TdClassName
{
border-color: #C9754F;
}
.TagClassName
{
border-color: #C9754F;
}
</style>