Shades of Red Damask #C9654C
Tints of Red Damask #C9654C
RGB
CMYK
RGB Variations
Color information
#C9654C (or 0xC9654C) is known color: Red Damask. HEX triplet: C9, 65 and 4C. RGB value is (201,101,76). Sum of RGB (Red+Green+Blue) = 201+101+76=378 (50% of max value = 765). Red value is 201 (78.91% from 255 or 53.17% from 378); Green value is 101 (39.84% from 255 or 26.72% from 378); Blue value is 76 (30.08% from 255 or 20.11% from 378); Max value from RGB is 201 - color contains mainly: red. Hex color #C9654C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C9654C is #369AB3. Grayscale: #808080. Windows color (decimal): -3578548 or 5006793. OLE color: 5006793.
HSL color Cylindrical-coordinate representation of color #C9654C: hue angle of 12º degrees, saturation: 0.54, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C9654C is Cyan = 0, Magento = 0.50, Yellow = 0.62 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 101 | 76 | - |
| CMYK | 0 | 0.50 | 0.62 | 0.21 |
| HSL | 12º | 0.54% | 0.54% | - |
| HSV(B) | 12º | 0.62% | 0.79% | - |
| XYZ | 30.05 | 22.25 | 9.55 | - |
| YUV | 128.05 | 98.63 | 180.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 101 | 76 | 0 | 0.50 | 0.62 | 0.21 | 12 | 0.54 | 0.54 |
| Hex | C9 | 65 | 4C | 0 | 32 | 3E | 15 | C | 36 | 36 |
| Octal | 311 | 145 | 114 | 0 | 62 | 76 | 25 | 14 | 66 | 66 |
| Binary | 11001001 | 1100101 | 1001100 | 0 | 110010 | 111110 | 10101 | 1100 | 110110 | 110110 |
Color Harmonies of #C9654C
Complementary color
Monochromatic Colors of #C9654C
Black with #C9654C
Text Example
Text Example
White with #C9654C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9654C; }
p { color: rgb(201,101,76); }
H1.HeaderClassName
{
color: #C9654C;
}
.AnyTagClassName
{
color: #C9654C;
}
</style>
background-color css
<style>
a { background-color: #C9654C; }
a { background-color: rgb(201,101,76); }
div.DivClassName
{
background-color: #C9654C;
}
.BgClassName
{
background-color: #C9654C;
}
</style>
border-color css
<style>
span { border-color: #C9654C; }
span { border-color: rgb(201,101,76); }
td.TdClassName
{
border-color: #C9654C;
}
.TagClassName
{
border-color: #C9654C;
}
</style>