Shades of Red Damask #C97450
Tints of Red Damask #C97450
RGB
CMYK
RGB Variations
Color information
#C97450 (or 0xC97450) is known color: Red Damask. HEX triplet: C9, 74 and 50. RGB value is (201,116,80). Sum of RGB (Red+Green+Blue) = 201+116+80=397 (52% of max value = 765). Red value is 201 (78.91% from 255 or 50.63% from 397); Green value is 116 (45.70% from 255 or 29.22% from 397); Blue value is 80 (31.64% from 255 or 20.15% from 397); Max value from RGB is 201 - color contains mainly: red. Hex color #C97450 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C97450 is #368BAF. Grayscale: #898989. Windows color (decimal): -3574704 or 5272777. OLE color: 5272777.
HSL color Cylindrical-coordinate representation of color #C97450: hue angle of 17.85º degrees, saturation: 0.53, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C97450 is Cyan = 0, Magento = 0.42, Yellow = 0.60 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 116 | 80 | - |
| CMYK | 0 | 0.42 | 0.60 | 0.21 |
| HSL | 17.85º | 0.53% | 0.55% | - |
| HSV(B) | 17.85º | 0.6% | 0.79% | - |
| XYZ | 31.78 | 25.49 | 10.83 | - |
| YUV | 137.31 | 95.66 | 173.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 116 | 80 | 0 | 0.42 | 0.60 | 0.21 | 17.85 | 0.53 | 0.55 |
| Hex | C9 | 74 | 50 | 0 | 2A | 3C | 15 | 12 | 35 | 37 |
| Octal | 311 | 164 | 120 | 0 | 52 | 74 | 25 | 22 | 65 | 67 |
| Binary | 11001001 | 1110100 | 1010000 | 0 | 101010 | 111100 | 10101 | 10010 | 110101 | 110111 |
Color Harmonies of #C97450
Complementary color
Monochromatic Colors of #C97450
Black with #C97450
Text Example
Text Example
White with #C97450
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C97450; }
p { color: rgb(201,116,80); }
H1.HeaderClassName
{
color: #C97450;
}
.AnyTagClassName
{
color: #C97450;
}
</style>
background-color css
<style>
a { background-color: #C97450; }
a { background-color: rgb(201,116,80); }
div.DivClassName
{
background-color: #C97450;
}
.BgClassName
{
background-color: #C97450;
}
</style>
border-color css
<style>
span { border-color: #C97450; }
span { border-color: rgb(201,116,80); }
td.TdClassName
{
border-color: #C97450;
}
.TagClassName
{
border-color: #C97450;
}
</style>