Shades of Red Damask #C8784B
Tints of Red Damask #C8784B
RGB
CMYK
RGB Variations
Color information
#C8784B (or 0xC8784B) is known color: Red Damask. HEX triplet: C8, 78 and 4B. RGB value is (200,120,75). Sum of RGB (Red+Green+Blue) = 200+120+75=395 (52% of max value = 765). Red value is 200 (78.52% from 255 or 50.63% from 395); Green value is 120 (47.27% from 255 or 30.38% from 395); Blue value is 75 (29.69% from 255 or 18.99% from 395); Max value from RGB is 200 - color contains mainly: red. Hex color #C8784B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C8784B is #3787B4. Grayscale: #8B8B8B. Windows color (decimal): -3639221 or 4946120. OLE color: 4946120.
HSL color Cylindrical-coordinate representation of color #C8784B: hue angle of 21.6º 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 #C8784B is Cyan = 0, Magento = 0.4, Yellow = 0.62 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 120 | 75 | - |
| CMYK | 0 | 0.4 | 0.62 | 0.22 |
| HSL | 21.6º | 0.53% | 0.54% | - |
| HSV(B) | 21.6º | 0.63% | 0.78% | - |
| XYZ | 31.81 | 26.22 | 10.04 | - |
| YUV | 138.79 | 92 | 171.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 120 | 75 | 0 | 0.4 | 0.62 | 0.22 | 21.6 | 0.53 | 0.54 |
| Hex | C8 | 78 | 4B | 0 | 28 | 3E | 16 | 16 | 35 | 36 |
| Octal | 310 | 170 | 113 | 0 | 50 | 76 | 26 | 26 | 65 | 66 |
| Binary | 11001000 | 1111000 | 1001011 | 0 | 101000 | 111110 | 10110 | 10110 | 110101 | 110110 |
Color Harmonies of #C8784B
Complementary color
Monochromatic Colors of #C8784B
Black with #C8784B
Text Example
Text Example
White with #C8784B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8784B; }
p { color: rgb(200,120,75); }
H1.HeaderClassName
{
color: #C8784B;
}
.AnyTagClassName
{
color: #C8784B;
}
</style>
background-color css
<style>
a { background-color: #C8784B; }
a { background-color: rgb(200,120,75); }
div.DivClassName
{
background-color: #C8784B;
}
.BgClassName
{
background-color: #C8784B;
}
</style>
border-color css
<style>
span { border-color: #C8784B; }
span { border-color: rgb(200,120,75); }
td.TdClassName
{
border-color: #C8784B;
}
.TagClassName
{
border-color: #C8784B;
}
</style>