Shades of Red Damask #C8764B
Tints of Red Damask #C8764B
RGB
CMYK
RGB Variations
Color information
#C8764B (or 0xC8764B) is known color: Red Damask. HEX triplet: C8, 76 and 4B. RGB value is (200,118,75). Sum of RGB (Red+Green+Blue) = 200+118+75=393 (52% of max value = 765). Red value is 200 (78.52% from 255 or 50.89% from 393); Green value is 118 (46.48% from 255 or 30.03% from 393); Blue value is 75 (29.69% from 255 or 19.08% from 393); Max value from RGB is 200 - color contains mainly: red. Hex color #C8764B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C8764B is #3789B4. Grayscale: #898989. Windows color (decimal): -3639733 or 4945608. OLE color: 4945608.
HSL color Cylindrical-coordinate representation of color #C8764B: hue angle of 20.64º 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 #C8764B is Cyan = 0, Magento = 0.41, Yellow = 0.62 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 118 | 75 | - |
| CMYK | 0 | 0.41 | 0.62 | 0.22 |
| HSL | 20.64º | 0.53% | 0.54% | - |
| HSV(B) | 20.64º | 0.63% | 0.78% | - |
| XYZ | 31.57 | 25.74 | 9.96 | - |
| YUV | 137.62 | 92.67 | 172.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 118 | 75 | 0 | 0.41 | 0.62 | 0.22 | 20.64 | 0.53 | 0.54 |
| Hex | C8 | 76 | 4B | 0 | 29 | 3E | 16 | 15 | 35 | 36 |
| Octal | 310 | 166 | 113 | 0 | 51 | 76 | 26 | 25 | 65 | 66 |
| Binary | 11001000 | 1110110 | 1001011 | 0 | 101001 | 111110 | 10110 | 10101 | 110101 | 110110 |
Color Harmonies of #C8764B
Complementary color
Monochromatic Colors of #C8764B
Black with #C8764B
Text Example
Text Example
White with #C8764B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8764B; }
p { color: rgb(200,118,75); }
H1.HeaderClassName
{
color: #C8764B;
}
.AnyTagClassName
{
color: #C8764B;
}
</style>
background-color css
<style>
a { background-color: #C8764B; }
a { background-color: rgb(200,118,75); }
div.DivClassName
{
background-color: #C8764B;
}
.BgClassName
{
background-color: #C8764B;
}
</style>
border-color css
<style>
span { border-color: #C8764B; }
span { border-color: rgb(200,118,75); }
td.TdClassName
{
border-color: #C8764B;
}
.TagClassName
{
border-color: #C8764B;
}
</style>