Shades of Red Damask #C7764C
Tints of Red Damask #C7764C
RGB
CMYK
RGB Variations
Color information
#C7764C (or 0xC7764C) is known color: Red Damask. HEX triplet: C7, 76 and 4C. RGB value is (199,118,76). Sum of RGB (Red+Green+Blue) = 199+118+76=393 (52% of max value = 765). Red value is 199 (78.12% from 255 or 50.64% from 393); Green value is 118 (46.48% from 255 or 30.03% from 393); Blue value is 76 (30.08% from 255 or 19.34% from 393); Max value from RGB is 199 - color contains mainly: red. Hex color #C7764C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C7764C is #3889B3. Grayscale: #898989. Windows color (decimal): -3705268 or 5011143. OLE color: 5011143.
HSL color Cylindrical-coordinate representation of color #C7764C: hue angle of 20.49º degrees, saturation: 0.52, 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 #C7764C is Cyan = 0, Magento = 0.41, Yellow = 0.62 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 118 | 76 | - |
| CMYK | 0 | 0.41 | 0.62 | 0.22 |
| HSL | 20.49º | 0.52% | 0.54% | - |
| HSV(B) | 20.49º | 0.62% | 0.78% | - |
| XYZ | 31.34 | 25.62 | 10.13 | - |
| YUV | 137.43 | 93.34 | 171.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 118 | 76 | 0 | 0.41 | 0.62 | 0.22 | 20.49 | 0.52 | 0.54 |
| Hex | C7 | 76 | 4C | 0 | 29 | 3E | 16 | 14 | 34 | 36 |
| Octal | 307 | 166 | 114 | 0 | 51 | 76 | 26 | 24 | 64 | 66 |
| Binary | 11000111 | 1110110 | 1001100 | 0 | 101001 | 111110 | 10110 | 10100 | 110100 | 110110 |
Color Harmonies of #C7764C
Complementary color
Monochromatic Colors of #C7764C
Black with #C7764C
Text Example
Text Example
White with #C7764C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7764C; }
p { color: rgb(199,118,76); }
H1.HeaderClassName
{
color: #C7764C;
}
.AnyTagClassName
{
color: #C7764C;
}
</style>
background-color css
<style>
a { background-color: #C7764C; }
a { background-color: rgb(199,118,76); }
div.DivClassName
{
background-color: #C7764C;
}
.BgClassName
{
background-color: #C7764C;
}
</style>
border-color css
<style>
span { border-color: #C7764C; }
span { border-color: rgb(199,118,76); }
td.TdClassName
{
border-color: #C7764C;
}
.TagClassName
{
border-color: #C7764C;
}
</style>