Shades of Red Damask #C97152
Tints of Red Damask #C97152
RGB
CMYK
RGB Variations
Color information
#C97152 (or 0xC97152) is known color: Red Damask. HEX triplet: C9, 71 and 52. RGB value is (201,113,82). Sum of RGB (Red+Green+Blue) = 201+113+82=396 (52% of max value = 765). Red value is 201 (78.91% from 255 or 50.76% from 396); Green value is 113 (44.53% from 255 or 28.54% from 396); Blue value is 82 (32.42% from 255 or 20.71% from 396); Max value from RGB is 201 - color contains mainly: red. Hex color #C97152 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C97152 is #368EAD. Grayscale: #878787. Windows color (decimal): -3575470 or 5403081. OLE color: 5403081.
HSL color Cylindrical-coordinate representation of color #C97152: hue angle of 15.63º 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 #C97152 is Cyan = 0, Magento = 0.44, Yellow = 0.59 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 113 | 82 | - |
| CMYK | 0 | 0.44 | 0.59 | 0.21 |
| HSL | 15.63º | 0.52% | 0.55% | - |
| HSV(B) | 15.63º | 0.59% | 0.79% | - |
| XYZ | 31.52 | 24.84 | 11.12 | - |
| YUV | 135.78 | 97.65 | 174.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 113 | 82 | 0 | 0.44 | 0.59 | 0.21 | 15.63 | 0.52 | 0.55 |
| Hex | C9 | 71 | 52 | 0 | 2C | 3B | 15 | 10 | 34 | 37 |
| Octal | 311 | 161 | 122 | 0 | 54 | 73 | 25 | 20 | 64 | 67 |
| Binary | 11001001 | 1110001 | 1010010 | 0 | 101100 | 111011 | 10101 | 10000 | 110100 | 110111 |
Color Harmonies of #C97152
Complementary color
Monochromatic Colors of #C97152
Black with #C97152
Text Example
Text Example
White with #C97152
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C97152; }
p { color: rgb(201,113,82); }
H1.HeaderClassName
{
color: #C97152;
}
.AnyTagClassName
{
color: #C97152;
}
</style>
background-color css
<style>
a { background-color: #C97152; }
a { background-color: rgb(201,113,82); }
div.DivClassName
{
background-color: #C97152;
}
.BgClassName
{
background-color: #C97152;
}
</style>
border-color css
<style>
span { border-color: #C97152; }
span { border-color: rgb(201,113,82); }
td.TdClassName
{
border-color: #C97152;
}
.TagClassName
{
border-color: #C97152;
}
</style>