Shades of Red Damask #C7784D
Tints of Red Damask #C7784D
RGB
CMYK
RGB Variations
Color information
#C7784D (or 0xC7784D) is known color: Red Damask. HEX triplet: C7, 78 and 4D. RGB value is (199,120,77). Sum of RGB (Red+Green+Blue) = 199+120+77=396 (52% of max value = 765). Red value is 199 (78.12% from 255 or 50.25% from 396); Green value is 120 (47.27% from 255 or 30.30% from 396); Blue value is 77 (30.47% from 255 or 19.44% from 396); Max value from RGB is 199 - color contains mainly: red. Hex color #C7784D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C7784D is #3887B2. Grayscale: #8A8A8A. Windows color (decimal): -3704755 or 5077191. OLE color: 5077191.
HSL color Cylindrical-coordinate representation of color #C7784D: hue angle of 21.15º degrees, saturation: 0.52, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C7784D is Cyan = 0, Magento = 0.40, Yellow = 0.61 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 120 | 77 | - |
| CMYK | 0 | 0.40 | 0.61 | 0.22 |
| HSL | 21.15º | 0.52% | 0.54% | - |
| HSV(B) | 21.15º | 0.61% | 0.78% | - |
| XYZ | 31.61 | 26.11 | 10.4 | - |
| YUV | 138.72 | 93.17 | 171 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 120 | 77 | 0 | 0.40 | 0.61 | 0.22 | 21.15 | 0.52 | 0.54 |
| Hex | C7 | 78 | 4D | 0 | 28 | 3D | 16 | 15 | 34 | 36 |
| Octal | 307 | 170 | 115 | 0 | 50 | 75 | 26 | 25 | 64 | 66 |
| Binary | 11000111 | 1111000 | 1001101 | 0 | 101000 | 111101 | 10110 | 10101 | 110100 | 110110 |
Color Harmonies of #C7784D
Complementary color
Monochromatic Colors of #C7784D
Black with #C7784D
Text Example
Text Example
White with #C7784D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7784D; }
p { color: rgb(199,120,77); }
H1.HeaderClassName
{
color: #C7784D;
}
.AnyTagClassName
{
color: #C7784D;
}
</style>
background-color css
<style>
a { background-color: #C7784D; }
a { background-color: rgb(199,120,77); }
div.DivClassName
{
background-color: #C7784D;
}
.BgClassName
{
background-color: #C7784D;
}
</style>
border-color css
<style>
span { border-color: #C7784D; }
span { border-color: rgb(199,120,77); }
td.TdClassName
{
border-color: #C7784D;
}
.TagClassName
{
border-color: #C7784D;
}
</style>