Shades of Red Damask #C97352
Tints of Red Damask #C97352
RGB
CMYK
RGB Variations
Color information
#C97352 (or 0xC97352) is known color: Red Damask. HEX triplet: C9, 73 and 52. RGB value is (201,115,82). Sum of RGB (Red+Green+Blue) = 201+115+82=398 (52% of max value = 765). Red value is 201 (78.91% from 255 or 50.50% from 398); Green value is 115 (45.31% from 255 or 28.89% from 398); Blue value is 82 (32.42% from 255 or 20.60% from 398); Max value from RGB is 201 - color contains mainly: red. Hex color #C97352 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C97352 is #368CAD. Grayscale: #898989. Windows color (decimal): -3574958 or 5403593. OLE color: 5403593.
HSL color Cylindrical-coordinate representation of color #C97352: hue angle of 16.64º degrees, saturation: 0.52, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C97352 is Cyan = 0, Magento = 0.43, Yellow = 0.59 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 115 | 82 | - |
| CMYK | 0 | 0.43 | 0.59 | 0.21 |
| HSL | 16.64º | 0.52% | 0.55% | - |
| HSV(B) | 16.64º | 0.59% | 0.79% | - |
| XYZ | 31.74 | 25.29 | 11.19 | - |
| YUV | 136.95 | 96.99 | 173.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 115 | 82 | 0 | 0.43 | 0.59 | 0.21 | 16.64 | 0.52 | 0.55 |
| Hex | C9 | 73 | 52 | 0 | 2B | 3B | 15 | 11 | 34 | 37 |
| Octal | 311 | 163 | 122 | 0 | 53 | 73 | 25 | 21 | 64 | 67 |
| Binary | 11001001 | 1110011 | 1010010 | 0 | 101011 | 111011 | 10101 | 10001 | 110100 | 110111 |
Color Harmonies of #C97352
Complementary color
Monochromatic Colors of #C97352
Black with #C97352
Text Example
Text Example
White with #C97352
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C97352; }
p { color: rgb(201,115,82); }
H1.HeaderClassName
{
color: #C97352;
}
.AnyTagClassName
{
color: #C97352;
}
</style>
background-color css
<style>
a { background-color: #C97352; }
a { background-color: rgb(201,115,82); }
div.DivClassName
{
background-color: #C97352;
}
.BgClassName
{
background-color: #C97352;
}
</style>
border-color css
<style>
span { border-color: #C97352; }
span { border-color: rgb(201,115,82); }
td.TdClassName
{
border-color: #C97352;
}
.TagClassName
{
border-color: #C97352;
}
</style>