Shades of Red Damask #C97248
Tints of Red Damask #C97248
RGB
CMYK
RGB Variations
Color information
#C97248 (or 0xC97248) is known color: Red Damask. HEX triplet: C9, 72 and 48. RGB value is (201,114,72). Sum of RGB (Red+Green+Blue) = 201+114+72=387 (51% of max value = 765). Red value is 201 (78.91% from 255 or 51.94% from 387); Green value is 114 (44.92% from 255 or 29.46% from 387); Blue value is 72 (28.52% from 255 or 18.60% from 387); Max value from RGB is 201 - color contains mainly: red. Hex color #C97248 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C97248 is #368DB7. Grayscale: #878787. Windows color (decimal): -3575224 or 4747977. OLE color: 4747977.
HSL color Cylindrical-coordinate representation of color #C97248: hue angle of 19.53º degrees, saturation: 0.54, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C97248 is Cyan = 0, Magento = 0.43, Yellow = 0.64 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 114 | 72 | - |
| CMYK | 0 | 0.43 | 0.64 | 0.21 |
| HSL | 19.53º | 0.54% | 0.54% | - |
| HSV(B) | 19.53º | 0.64% | 0.79% | - |
| XYZ | 31.27 | 24.92 | 9.29 | - |
| YUV | 135.23 | 92.32 | 174.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 114 | 72 | 0 | 0.43 | 0.64 | 0.21 | 19.53 | 0.54 | 0.54 |
| Hex | C9 | 72 | 48 | 0 | 2B | 40 | 15 | 14 | 36 | 36 |
| Octal | 311 | 162 | 110 | 0 | 53 | 100 | 25 | 24 | 66 | 66 |
| Binary | 11001001 | 1110010 | 1001000 | 0 | 101011 | 1000000 | 10101 | 10100 | 110110 | 110110 |
Color Harmonies of #C97248
Complementary color
Monochromatic Colors of #C97248
Black with #C97248
Text Example
Text Example
White with #C97248
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C97248; }
p { color: rgb(201,114,72); }
H1.HeaderClassName
{
color: #C97248;
}
.AnyTagClassName
{
color: #C97248;
}
</style>
background-color css
<style>
a { background-color: #C97248; }
a { background-color: rgb(201,114,72); }
div.DivClassName
{
background-color: #C97248;
}
.BgClassName
{
background-color: #C97248;
}
</style>
border-color css
<style>
span { border-color: #C97248; }
span { border-color: rgb(201,114,72); }
td.TdClassName
{
border-color: #C97248;
}
.TagClassName
{
border-color: #C97248;
}
</style>