Shades of Red Damask #C8754C
Tints of Red Damask #C8754C
RGB
CMYK
RGB Variations
Color information
#C8754C (or 0xC8754C) is known color: Red Damask. HEX triplet: C8, 75 and 4C. RGB value is (200,117,76). Sum of RGB (Red+Green+Blue) = 200+117+76=393 (52% of max value = 765). Red value is 200 (78.52% from 255 or 50.89% from 393); Green value is 117 (46.09% from 255 or 29.77% from 393); Blue value is 76 (30.08% from 255 or 19.34% from 393); Max value from RGB is 200 - color contains mainly: red. Hex color #C8754C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C8754C is #378AB3. Grayscale: #898989. Windows color (decimal): -3639988 or 5010888. OLE color: 5010888.
HSL color Cylindrical-coordinate representation of color #C8754C: hue angle of 19.84º 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 #C8754C is Cyan = 0, Magento = 0.42, Yellow = 0.62 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 117 | 76 | - |
| CMYK | 0 | 0.42 | 0.62 | 0.22 |
| HSL | 19.84º | 0.53% | 0.54% | - |
| HSV(B) | 19.84º | 0.62% | 0.78% | - |
| XYZ | 31.49 | 25.52 | 10.1 | - |
| YUV | 137.14 | 93.5 | 172.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 117 | 76 | 0 | 0.42 | 0.62 | 0.22 | 19.84 | 0.53 | 0.54 |
| Hex | C8 | 75 | 4C | 0 | 2A | 3E | 16 | 14 | 35 | 36 |
| Octal | 310 | 165 | 114 | 0 | 52 | 76 | 26 | 24 | 65 | 66 |
| Binary | 11001000 | 1110101 | 1001100 | 0 | 101010 | 111110 | 10110 | 10100 | 110101 | 110110 |
Color Harmonies of #C8754C
Complementary color
Monochromatic Colors of #C8754C
Black with #C8754C
Text Example
Text Example
White with #C8754C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8754C; }
p { color: rgb(200,117,76); }
H1.HeaderClassName
{
color: #C8754C;
}
.AnyTagClassName
{
color: #C8754C;
}
</style>
background-color css
<style>
a { background-color: #C8754C; }
a { background-color: rgb(200,117,76); }
div.DivClassName
{
background-color: #C8754C;
}
.BgClassName
{
background-color: #C8754C;
}
</style>
border-color css
<style>
span { border-color: #C8754C; }
span { border-color: rgb(200,117,76); }
td.TdClassName
{
border-color: #C8754C;
}
.TagClassName
{
border-color: #C8754C;
}
</style>