Shades of Red Damask #C8754E
Tints of Red Damask #C8754E
RGB
CMYK
RGB Variations
Color information
#C8754E (or 0xC8754E) is known color: Red Damask. HEX triplet: C8, 75 and 4E. RGB value is (200,117,78). Sum of RGB (Red+Green+Blue) = 200+117+78=395 (52% of max value = 765). Red value is 200 (78.52% from 255 or 50.63% from 395); Green value is 117 (46.09% from 255 or 29.62% from 395); Blue value is 78 (30.86% from 255 or 19.75% from 395); Max value from RGB is 200 - color contains mainly: red. Hex color #C8754E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C8754E is #378AB1. Grayscale: #898989. Windows color (decimal): -3639986 or 5141960. OLE color: 5141960.
HSL color Cylindrical-coordinate representation of color #C8754E: hue angle of 19.18º degrees, saturation: 0.53, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C8754E is Cyan = 0, Magento = 0.42, Yellow = 0.61 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 117 | 78 | - |
| CMYK | 0 | 0.42 | 0.61 | 0.22 |
| HSL | 19.18º | 0.53% | 0.55% | - |
| HSV(B) | 19.18º | 0.61% | 0.78% | - |
| XYZ | 31.56 | 25.55 | 10.48 | - |
| YUV | 137.37 | 94.5 | 172.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 117 | 78 | 0 | 0.42 | 0.61 | 0.22 | 19.18 | 0.53 | 0.55 |
| Hex | C8 | 75 | 4E | 0 | 2A | 3D | 16 | 13 | 35 | 37 |
| Octal | 310 | 165 | 116 | 0 | 52 | 75 | 26 | 23 | 65 | 67 |
| Binary | 11001000 | 1110101 | 1001110 | 0 | 101010 | 111101 | 10110 | 10011 | 110101 | 110111 |
Color Harmonies of #C8754E
Complementary color
Monochromatic Colors of #C8754E
Black with #C8754E
Text Example
Text Example
White with #C8754E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8754E; }
p { color: rgb(200,117,78); }
H1.HeaderClassName
{
color: #C8754E;
}
.AnyTagClassName
{
color: #C8754E;
}
</style>
background-color css
<style>
a { background-color: #C8754E; }
a { background-color: rgb(200,117,78); }
div.DivClassName
{
background-color: #C8754E;
}
.BgClassName
{
background-color: #C8754E;
}
</style>
border-color css
<style>
span { border-color: #C8754E; }
span { border-color: rgb(200,117,78); }
td.TdClassName
{
border-color: #C8754E;
}
.TagClassName
{
border-color: #C8754E;
}
</style>