Shades of Red Damask #C8724B
Tints of Red Damask #C8724B
RGB
CMYK
RGB Variations
Color information
#C8724B (or 0xC8724B) is known color: Red Damask. HEX triplet: C8, 72 and 4B. RGB value is (200,114,75). Sum of RGB (Red+Green+Blue) = 200+114+75=389 (51% of max value = 765). Red value is 200 (78.52% from 255 or 51.41% from 389); Green value is 114 (44.92% from 255 or 29.31% from 389); Blue value is 75 (29.69% from 255 or 19.28% from 389); Max value from RGB is 200 - color contains mainly: red. Hex color #C8724B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C8724B is #378DB4. Grayscale: #878787. Windows color (decimal): -3640757 or 4944584. OLE color: 4944584.
HSL color Cylindrical-coordinate representation of color #C8724B: hue angle of 18.72º 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 #C8724B is Cyan = 0, Magento = 0.43, Yellow = 0.62 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 114 | 75 | - |
| CMYK | 0 | 0.43 | 0.62 | 0.22 |
| HSL | 18.72º | 0.53% | 0.54% | - |
| HSV(B) | 18.72º | 0.63% | 0.78% | - |
| XYZ | 31.11 | 24.82 | 9.81 | - |
| YUV | 135.27 | 93.99 | 174.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 114 | 75 | 0 | 0.43 | 0.62 | 0.22 | 18.72 | 0.53 | 0.54 |
| Hex | C8 | 72 | 4B | 0 | 2B | 3E | 16 | 13 | 35 | 36 |
| Octal | 310 | 162 | 113 | 0 | 53 | 76 | 26 | 23 | 65 | 66 |
| Binary | 11001000 | 1110010 | 1001011 | 0 | 101011 | 111110 | 10110 | 10011 | 110101 | 110110 |
Color Harmonies of #C8724B
Complementary color
Monochromatic Colors of #C8724B
Black with #C8724B
Text Example
Text Example
White with #C8724B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8724B; }
p { color: rgb(200,114,75); }
H1.HeaderClassName
{
color: #C8724B;
}
.AnyTagClassName
{
color: #C8724B;
}
</style>
background-color css
<style>
a { background-color: #C8724B; }
a { background-color: rgb(200,114,75); }
div.DivClassName
{
background-color: #C8724B;
}
.BgClassName
{
background-color: #C8724B;
}
</style>
border-color css
<style>
span { border-color: #C8724B; }
span { border-color: rgb(200,114,75); }
td.TdClassName
{
border-color: #C8724B;
}
.TagClassName
{
border-color: #C8724B;
}
</style>