Shades of Red Damask #C8724D
Tints of Red Damask #C8724D
RGB
CMYK
RGB Variations
Color information
#C8724D (or 0xC8724D) is known color: Red Damask. HEX triplet: C8, 72 and 4D. RGB value is (200,114,77). Sum of RGB (Red+Green+Blue) = 200+114+77=391 (51% of max value = 765). Red value is 200 (78.52% from 255 or 51.15% from 391); Green value is 114 (44.92% from 255 or 29.16% from 391); Blue value is 77 (30.47% from 255 or 19.69% from 391); Max value from RGB is 200 - color contains mainly: red. Hex color #C8724D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C8724D is #378DB2. Grayscale: #878787. Windows color (decimal): -3640755 or 5075656. OLE color: 5075656.
HSL color Cylindrical-coordinate representation of color #C8724D: hue angle of 18.05º degrees, saturation: 0.53, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C8724D is Cyan = 0, Magento = 0.43, Yellow = 0.62 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 114 | 77 | - |
| CMYK | 0 | 0.43 | 0.62 | 0.22 |
| HSL | 18.05º | 0.53% | 0.54% | - |
| HSV(B) | 18.05º | 0.62% | 0.78% | - |
| XYZ | 31.18 | 24.85 | 10.17 | - |
| YUV | 135.5 | 94.99 | 174.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 114 | 77 | 0 | 0.43 | 0.62 | 0.22 | 18.05 | 0.53 | 0.54 |
| Hex | C8 | 72 | 4D | 0 | 2B | 3E | 16 | 12 | 35 | 36 |
| Octal | 310 | 162 | 115 | 0 | 53 | 76 | 26 | 22 | 65 | 66 |
| Binary | 11001000 | 1110010 | 1001101 | 0 | 101011 | 111110 | 10110 | 10010 | 110101 | 110110 |
Color Harmonies of #C8724D
Complementary color
Monochromatic Colors of #C8724D
Black with #C8724D
Text Example
Text Example
White with #C8724D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8724D; }
p { color: rgb(200,114,77); }
H1.HeaderClassName
{
color: #C8724D;
}
.AnyTagClassName
{
color: #C8724D;
}
</style>
background-color css
<style>
a { background-color: #C8724D; }
a { background-color: rgb(200,114,77); }
div.DivClassName
{
background-color: #C8724D;
}
.BgClassName
{
background-color: #C8724D;
}
</style>
border-color css
<style>
span { border-color: #C8724D; }
span { border-color: rgb(200,114,77); }
td.TdClassName
{
border-color: #C8724D;
}
.TagClassName
{
border-color: #C8724D;
}
</style>