Shades of Red Damask #C96742
Tints of Red Damask #C96742
RGB
CMYK
RGB Variations
Color information
#C96742 (or 0xC96742) is known color: Red Damask. HEX triplet: C9, 67 and 42. RGB value is (201,103,66). Sum of RGB (Red+Green+Blue) = 201+103+66=370 (49% of max value = 765). Red value is 201 (78.91% from 255 or 54.32% from 370); Green value is 103 (40.62% from 255 or 27.84% from 370); Blue value is 66 (26.17% from 255 or 17.84% from 370); Max value from RGB is 201 - color contains mainly: red. Hex color #C96742 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C96742 is #3698BD. Grayscale: #808080. Windows color (decimal): -3578046 or 4351945. OLE color: 4351945.
HSL color Cylindrical-coordinate representation of color #C96742: hue angle of 16.44º degrees, saturation: 0.56, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C96742 is Cyan = 0, Magento = 0.49, Yellow = 0.67 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 103 | 66 | - |
| CMYK | 0 | 0.49 | 0.67 | 0.21 |
| HSL | 16.44º | 0.56% | 0.52% | - |
| HSV(B) | 16.44º | 0.67% | 0.79% | - |
| XYZ | 29.92 | 22.51 | 7.92 | - |
| YUV | 128.08 | 92.97 | 180.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 103 | 66 | 0 | 0.49 | 0.67 | 0.21 | 16.44 | 0.56 | 0.52 |
| Hex | C9 | 67 | 42 | 0 | 31 | 43 | 15 | 10 | 38 | 34 |
| Octal | 311 | 147 | 102 | 0 | 61 | 103 | 25 | 20 | 70 | 64 |
| Binary | 11001001 | 1100111 | 1000010 | 0 | 110001 | 1000011 | 10101 | 10000 | 111000 | 110100 |
Color Harmonies of #C96742
Complementary color
Monochromatic Colors of #C96742
Black with #C96742
Text Example
Text Example
White with #C96742
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C96742; }
p { color: rgb(201,103,66); }
H1.HeaderClassName
{
color: #C96742;
}
.AnyTagClassName
{
color: #C96742;
}
</style>
background-color css
<style>
a { background-color: #C96742; }
a { background-color: rgb(201,103,66); }
div.DivClassName
{
background-color: #C96742;
}
.BgClassName
{
background-color: #C96742;
}
</style>
border-color css
<style>
span { border-color: #C96742; }
span { border-color: rgb(201,103,66); }
td.TdClassName
{
border-color: #C96742;
}
.TagClassName
{
border-color: #C96742;
}
</style>