Shades of Red Damask #C97045
Tints of Red Damask #C97045
RGB
CMYK
RGB Variations
Color information
#C97045 (or 0xC97045) is known color: Red Damask. HEX triplet: C9, 70 and 45. RGB value is (201,112,69). Sum of RGB (Red+Green+Blue) = 201+112+69=382 (50% of max value = 765). Red value is 201 (78.91% from 255 or 52.62% from 382); Green value is 112 (44.14% from 255 or 29.32% from 382); Blue value is 69 (27.34% from 255 or 18.06% from 382); Max value from RGB is 201 - color contains mainly: red. Hex color #C97045 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C97045 is #368FBA. Grayscale: #858585. Windows color (decimal): -3575739 or 4550857. OLE color: 4550857.
HSL color Cylindrical-coordinate representation of color #C97045: hue angle of 19.55º degrees, saturation: 0.55, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C97045 is Cyan = 0, Magento = 0.44, Yellow = 0.66 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 112 | 69 | - |
| CMYK | 0 | 0.44 | 0.66 | 0.21 |
| HSL | 19.55º | 0.55% | 0.53% | - |
| HSV(B) | 19.55º | 0.66% | 0.79% | - |
| XYZ | 30.96 | 24.44 | 8.72 | - |
| YUV | 133.71 | 91.49 | 176 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 112 | 69 | 0 | 0.44 | 0.66 | 0.21 | 19.55 | 0.55 | 0.53 |
| Hex | C9 | 70 | 45 | 0 | 2C | 42 | 15 | 14 | 37 | 35 |
| Octal | 311 | 160 | 105 | 0 | 54 | 102 | 25 | 24 | 67 | 65 |
| Binary | 11001001 | 1110000 | 1000101 | 0 | 101100 | 1000010 | 10101 | 10100 | 110111 | 110101 |
Color Harmonies of #C97045
Complementary color
Monochromatic Colors of #C97045
Black with #C97045
Text Example
Text Example
White with #C97045
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C97045; }
p { color: rgb(201,112,69); }
H1.HeaderClassName
{
color: #C97045;
}
.AnyTagClassName
{
color: #C97045;
}
</style>
background-color css
<style>
a { background-color: #C97045; }
a { background-color: rgb(201,112,69); }
div.DivClassName
{
background-color: #C97045;
}
.BgClassName
{
background-color: #C97045;
}
</style>
border-color css
<style>
span { border-color: #C97045; }
span { border-color: rgb(201,112,69); }
td.TdClassName
{
border-color: #C97045;
}
.TagClassName
{
border-color: #C97045;
}
</style>