Shades of Red Damask #C97552
Tints of Red Damask #C97552
RGB
CMYK
RGB Variations
Color information
#C97552 (or 0xC97552) is known color: Red Damask. HEX triplet: C9, 75 and 52. RGB value is (201,117,82). Sum of RGB (Red+Green+Blue) = 201+117+82=400 (52% of max value = 765). Red value is 201 (78.91% from 255 or 50.25% from 400); Green value is 117 (46.09% from 255 or 29.25% from 400); Blue value is 82 (32.42% from 255 or 20.5% from 400); Max value from RGB is 201 - color contains mainly: red. Hex color #C97552 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C97552 is #368AAD. Grayscale: #8A8A8A. Windows color (decimal): -3574446 or 5404105. OLE color: 5404105.
HSL color Cylindrical-coordinate representation of color #C97552: hue angle of 17.65º 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 #C97552 is Cyan = 0, Magento = 0.42, Yellow = 0.59 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 117 | 82 | - |
| CMYK | 0 | 0.42 | 0.59 | 0.21 |
| HSL | 17.65º | 0.52% | 0.55% | - |
| HSV(B) | 17.65º | 0.59% | 0.79% | - |
| XYZ | 31.97 | 25.75 | 11.27 | - |
| YUV | 138.13 | 96.33 | 172.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 117 | 82 | 0 | 0.42 | 0.59 | 0.21 | 17.65 | 0.52 | 0.55 |
| Hex | C9 | 75 | 52 | 0 | 2A | 3B | 15 | 12 | 34 | 37 |
| Octal | 311 | 165 | 122 | 0 | 52 | 73 | 25 | 22 | 64 | 67 |
| Binary | 11001001 | 1110101 | 1010010 | 0 | 101010 | 111011 | 10101 | 10010 | 110100 | 110111 |
Color Harmonies of #C97552
Complementary color
Monochromatic Colors of #C97552
Black with #C97552
Text Example
Text Example
White with #C97552
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C97552; }
p { color: rgb(201,117,82); }
H1.HeaderClassName
{
color: #C97552;
}
.AnyTagClassName
{
color: #C97552;
}
</style>
background-color css
<style>
a { background-color: #C97552; }
a { background-color: rgb(201,117,82); }
div.DivClassName
{
background-color: #C97552;
}
.BgClassName
{
background-color: #C97552;
}
</style>
border-color css
<style>
span { border-color: #C97552; }
span { border-color: rgb(201,117,82); }
td.TdClassName
{
border-color: #C97552;
}
.TagClassName
{
border-color: #C97552;
}
</style>