Shades of Red Damask #C9754B
Tints of Red Damask #C9754B
RGB
CMYK
RGB Variations
Color information
#C9754B (or 0xC9754B) is known color: Red Damask. HEX triplet: C9, 75 and 4B. RGB value is (201,117,75). Sum of RGB (Red+Green+Blue) = 201+117+75=393 (52% of max value = 765). Red value is 201 (78.91% from 255 or 51.15% from 393); Green value is 117 (46.09% from 255 or 29.77% from 393); Blue value is 75 (29.69% from 255 or 19.08% from 393); Max value from RGB is 201 - color contains mainly: red. Hex color #C9754B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C9754B is #368AB4. Grayscale: #898989. Windows color (decimal): -3574453 or 4945353. OLE color: 4945353.
HSL color Cylindrical-coordinate representation of color #C9754B: hue angle of 20º degrees, saturation: 0.54, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C9754B is Cyan = 0, Magento = 0.42, Yellow = 0.63 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 117 | 75 | - |
| CMYK | 0 | 0.42 | 0.63 | 0.21 |
| HSL | 20º | 0.54% | 0.54% | - |
| HSV(B) | 20º | 0.63% | 0.79% | - |
| XYZ | 31.72 | 25.65 | 9.94 | - |
| YUV | 137.33 | 92.83 | 173.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 117 | 75 | 0 | 0.42 | 0.63 | 0.21 | 20 | 0.54 | 0.54 |
| Hex | C9 | 75 | 4B | 0 | 2A | 3F | 15 | 14 | 36 | 36 |
| Octal | 311 | 165 | 113 | 0 | 52 | 77 | 25 | 24 | 66 | 66 |
| Binary | 11001001 | 1110101 | 1001011 | 0 | 101010 | 111111 | 10101 | 10100 | 110110 | 110110 |
Color Harmonies of #C9754B
Complementary color
Monochromatic Colors of #C9754B
Black with #C9754B
Text Example
Text Example
White with #C9754B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9754B; }
p { color: rgb(201,117,75); }
H1.HeaderClassName
{
color: #C9754B;
}
.AnyTagClassName
{
color: #C9754B;
}
</style>
background-color css
<style>
a { background-color: #C9754B; }
a { background-color: rgb(201,117,75); }
div.DivClassName
{
background-color: #C9754B;
}
.BgClassName
{
background-color: #C9754B;
}
</style>
border-color css
<style>
span { border-color: #C9754B; }
span { border-color: rgb(201,117,75); }
td.TdClassName
{
border-color: #C9754B;
}
.TagClassName
{
border-color: #C9754B;
}
</style>