Shades of Red Damask #C9654A
Tints of Red Damask #C9654A
RGB
CMYK
RGB Variations
Color information
#C9654A (or 0xC9654A) is known color: Red Damask. HEX triplet: C9, 65 and 4A. RGB value is (201,101,74). Sum of RGB (Red+Green+Blue) = 201+101+74=376 (49% of max value = 765). Red value is 201 (78.91% from 255 or 53.46% from 376); Green value is 101 (39.84% from 255 or 26.86% from 376); Blue value is 74 (29.30% from 255 or 19.68% from 376); Max value from RGB is 201 - color contains mainly: red. Hex color #C9654A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C9654A is #369AB5. Grayscale: #808080. Windows color (decimal): -3578550 or 4875721. OLE color: 4875721.
HSL color Cylindrical-coordinate representation of color #C9654A: hue angle of 12.76º 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 #C9654A is Cyan = 0, Magento = 0.50, Yellow = 0.63 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 101 | 74 | - |
| CMYK | 0 | 0.50 | 0.63 | 0.21 |
| HSL | 12.76º | 0.54% | 0.54% | - |
| HSV(B) | 12.76º | 0.63% | 0.79% | - |
| XYZ | 29.98 | 22.22 | 9.19 | - |
| YUV | 127.82 | 97.63 | 180.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 101 | 74 | 0 | 0.50 | 0.63 | 0.21 | 12.76 | 0.54 | 0.54 |
| Hex | C9 | 65 | 4A | 0 | 32 | 3F | 15 | D | 36 | 36 |
| Octal | 311 | 145 | 112 | 0 | 62 | 77 | 25 | 15 | 66 | 66 |
| Binary | 11001001 | 1100101 | 1001010 | 0 | 110010 | 111111 | 10101 | 1101 | 110110 | 110110 |
Color Harmonies of #C9654A
Complementary color
Monochromatic Colors of #C9654A
Black with #C9654A
Text Example
Text Example
White with #C9654A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9654A; }
p { color: rgb(201,101,74); }
H1.HeaderClassName
{
color: #C9654A;
}
.AnyTagClassName
{
color: #C9654A;
}
</style>
background-color css
<style>
a { background-color: #C9654A; }
a { background-color: rgb(201,101,74); }
div.DivClassName
{
background-color: #C9654A;
}
.BgClassName
{
background-color: #C9654A;
}
</style>
border-color css
<style>
span { border-color: #C9654A; }
span { border-color: rgb(201,101,74); }
td.TdClassName
{
border-color: #C9654A;
}
.TagClassName
{
border-color: #C9654A;
}
</style>