Shades of Red Damask #C8754D
Tints of Red Damask #C8754D
RGB
CMYK
RGB Variations
Color information
#C8754D (or 0xC8754D) is known color: Red Damask. HEX triplet: C8, 75 and 4D. RGB value is (200,117,77). Sum of RGB (Red+Green+Blue) = 200+117+77=394 (52% of max value = 765). Red value is 200 (78.52% from 255 or 50.76% from 394); Green value is 117 (46.09% from 255 or 29.70% from 394); Blue value is 77 (30.47% from 255 or 19.54% from 394); Max value from RGB is 200 - color contains mainly: red. Hex color #C8754D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C8754D is #378AB2. Grayscale: #898989. Windows color (decimal): -3639987 or 5076424. OLE color: 5076424.
HSL color Cylindrical-coordinate representation of color #C8754D: hue angle of 19.51º 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 #C8754D is Cyan = 0, Magento = 0.42, Yellow = 0.62 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 117 | 77 | - |
| CMYK | 0 | 0.42 | 0.62 | 0.22 |
| HSL | 19.51º | 0.53% | 0.54% | - |
| HSV(B) | 19.51º | 0.62% | 0.78% | - |
| XYZ | 31.52 | 25.54 | 10.29 | - |
| YUV | 137.26 | 94 | 172.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 117 | 77 | 0 | 0.42 | 0.62 | 0.22 | 19.51 | 0.53 | 0.54 |
| Hex | C8 | 75 | 4D | 0 | 2A | 3E | 16 | 14 | 35 | 36 |
| Octal | 310 | 165 | 115 | 0 | 52 | 76 | 26 | 24 | 65 | 66 |
| Binary | 11001000 | 1110101 | 1001101 | 0 | 101010 | 111110 | 10110 | 10100 | 110101 | 110110 |
Color Harmonies of #C8754D
Complementary color
Monochromatic Colors of #C8754D
Black with #C8754D
Text Example
Text Example
White with #C8754D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8754D; }
p { color: rgb(200,117,77); }
H1.HeaderClassName
{
color: #C8754D;
}
.AnyTagClassName
{
color: #C8754D;
}
</style>
background-color css
<style>
a { background-color: #C8754D; }
a { background-color: rgb(200,117,77); }
div.DivClassName
{
background-color: #C8754D;
}
.BgClassName
{
background-color: #C8754D;
}
</style>
border-color css
<style>
span { border-color: #C8754D; }
span { border-color: rgb(200,117,77); }
td.TdClassName
{
border-color: #C8754D;
}
.TagClassName
{
border-color: #C8754D;
}
</style>