Shades of Red Damask #C9654B
Tints of Red Damask #C9654B
RGB
CMYK
RGB Variations
Color information
#C9654B (or 0xC9654B) is known color: Red Damask. HEX triplet: C9, 65 and 4B. RGB value is (201,101,75). Sum of RGB (Red+Green+Blue) = 201+101+75=377 (49% of max value = 765). Red value is 201 (78.91% from 255 or 53.32% from 377); Green value is 101 (39.84% from 255 or 26.79% from 377); Blue value is 75 (29.69% from 255 or 19.89% from 377); Max value from RGB is 201 - color contains mainly: red. Hex color #C9654B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C9654B is #369AB4. Grayscale: #808080. Windows color (decimal): -3578549 or 4941257. OLE color: 4941257.
HSL color Cylindrical-coordinate representation of color #C9654B: hue angle of 12.38º 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 #C9654B is Cyan = 0, Magento = 0.50, Yellow = 0.63 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 101 | 75 | - |
| CMYK | 0 | 0.50 | 0.63 | 0.21 |
| HSL | 12.38º | 0.54% | 0.54% | - |
| HSV(B) | 12.38º | 0.63% | 0.79% | - |
| XYZ | 30.01 | 22.23 | 9.37 | - |
| YUV | 127.94 | 98.13 | 180.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 101 | 75 | 0 | 0.50 | 0.63 | 0.21 | 12.38 | 0.54 | 0.54 |
| Hex | C9 | 65 | 4B | 0 | 32 | 3F | 15 | C | 36 | 36 |
| Octal | 311 | 145 | 113 | 0 | 62 | 77 | 25 | 14 | 66 | 66 |
| Binary | 11001001 | 1100101 | 1001011 | 0 | 110010 | 111111 | 10101 | 1100 | 110110 | 110110 |
Color Harmonies of #C9654B
Complementary color
Monochromatic Colors of #C9654B
Black with #C9654B
Text Example
Text Example
White with #C9654B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9654B; }
p { color: rgb(201,101,75); }
H1.HeaderClassName
{
color: #C9654B;
}
.AnyTagClassName
{
color: #C9654B;
}
</style>
background-color css
<style>
a { background-color: #C9654B; }
a { background-color: rgb(201,101,75); }
div.DivClassName
{
background-color: #C9654B;
}
.BgClassName
{
background-color: #C9654B;
}
</style>
border-color css
<style>
span { border-color: #C9654B; }
span { border-color: rgb(201,101,75); }
td.TdClassName
{
border-color: #C9654B;
}
.TagClassName
{
border-color: #C9654B;
}
</style>