Shades of Red Damask #C8774B
Tints of Red Damask #C8774B
RGB
CMYK
RGB Variations
Color information
#C8774B (or 0xC8774B) is known color: Red Damask. HEX triplet: C8, 77 and 4B. RGB value is (200,119,75). Sum of RGB (Red+Green+Blue) = 200+119+75=394 (52% of max value = 765). Red value is 200 (78.52% from 255 or 50.76% from 394); Green value is 119 (46.88% from 255 or 30.20% from 394); Blue value is 75 (29.69% from 255 or 19.04% from 394); Max value from RGB is 200 - color contains mainly: red. Hex color #C8774B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C8774B is #3788B4. Grayscale: #8A8A8A. Windows color (decimal): -3639477 or 4945864. OLE color: 4945864.
HSL color Cylindrical-coordinate representation of color #C8774B: hue angle of 21.12º 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 #C8774B is Cyan = 0, Magento = 0.40, Yellow = 0.62 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 119 | 75 | - |
| CMYK | 0 | 0.40 | 0.62 | 0.22 |
| HSL | 21.12º | 0.53% | 0.54% | - |
| HSV(B) | 21.12º | 0.63% | 0.78% | - |
| XYZ | 31.69 | 25.98 | 10 | - |
| YUV | 138.2 | 92.34 | 172.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 119 | 75 | 0 | 0.40 | 0.62 | 0.22 | 21.12 | 0.53 | 0.54 |
| Hex | C8 | 77 | 4B | 0 | 28 | 3E | 16 | 15 | 35 | 36 |
| Octal | 310 | 167 | 113 | 0 | 50 | 76 | 26 | 25 | 65 | 66 |
| Binary | 11001000 | 1110111 | 1001011 | 0 | 101000 | 111110 | 10110 | 10101 | 110101 | 110110 |
Color Harmonies of #C8774B
Complementary color
Monochromatic Colors of #C8774B
Black with #C8774B
Text Example
Text Example
White with #C8774B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8774B; }
p { color: rgb(200,119,75); }
H1.HeaderClassName
{
color: #C8774B;
}
.AnyTagClassName
{
color: #C8774B;
}
</style>
background-color css
<style>
a { background-color: #C8774B; }
a { background-color: rgb(200,119,75); }
div.DivClassName
{
background-color: #C8774B;
}
.BgClassName
{
background-color: #C8774B;
}
</style>
border-color css
<style>
span { border-color: #C8774B; }
span { border-color: rgb(200,119,75); }
td.TdClassName
{
border-color: #C8774B;
}
.TagClassName
{
border-color: #C8774B;
}
</style>