Shades of Red Damask #C77653
Tints of Red Damask #C77653
RGB
CMYK
RGB Variations
Color information
#C77653 (or 0xC77653) is known color: Red Damask. HEX triplet: C7, 76 and 53. RGB value is (199,118,83). Sum of RGB (Red+Green+Blue) = 199+118+83=400 (52% of max value = 765). Red value is 199 (78.12% from 255 or 49.75% from 400); Green value is 118 (46.48% from 255 or 29.5% from 400); Blue value is 83 (32.81% from 255 or 20.75% from 400); Max value from RGB is 199 - color contains mainly: red. Hex color #C77653 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C77653 is #3889AC. Grayscale: #8A8A8A. Windows color (decimal): -3705261 or 5469895. OLE color: 5469895.
HSL color Cylindrical-coordinate representation of color #C77653: hue angle of 18.1º degrees, saturation: 0.51, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C77653 is Cyan = 0, Magento = 0.41, Yellow = 0.58 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 118 | 83 | - |
| CMYK | 0 | 0.41 | 0.58 | 0.22 |
| HSL | 18.1º | 0.51% | 0.55% | - |
| HSV(B) | 18.1º | 0.58% | 0.78% | - |
| XYZ | 31.59 | 25.72 | 11.48 | - |
| YUV | 138.23 | 96.84 | 171.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 118 | 83 | 0 | 0.41 | 0.58 | 0.22 | 18.1 | 0.51 | 0.55 |
| Hex | C7 | 76 | 53 | 0 | 29 | 3A | 16 | 12 | 33 | 37 |
| Octal | 307 | 166 | 123 | 0 | 51 | 72 | 26 | 22 | 63 | 67 |
| Binary | 11000111 | 1110110 | 1010011 | 0 | 101001 | 111010 | 10110 | 10010 | 110011 | 110111 |
Color Harmonies of #C77653
Complementary color
Monochromatic Colors of #C77653
Black with #C77653
Text Example
Text Example
White with #C77653
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C77653; }
p { color: rgb(199,118,83); }
H1.HeaderClassName
{
color: #C77653;
}
.AnyTagClassName
{
color: #C77653;
}
</style>
background-color css
<style>
a { background-color: #C77653; }
a { background-color: rgb(199,118,83); }
div.DivClassName
{
background-color: #C77653;
}
.BgClassName
{
background-color: #C77653;
}
</style>
border-color css
<style>
span { border-color: #C77653; }
span { border-color: rgb(199,118,83); }
td.TdClassName
{
border-color: #C77653;
}
.TagClassName
{
border-color: #C77653;
}
</style>