Shades of Red Damask #C77651
Tints of Red Damask #C77651
RGB
CMYK
RGB Variations
Color information
#C77651 (or 0xC77651) is known color: Red Damask. HEX triplet: C7, 76 and 51. RGB value is (199,118,81). Sum of RGB (Red+Green+Blue) = 199+118+81=398 (52% of max value = 765). Red value is 199 (78.12% from 255 or 50% from 398); Green value is 118 (46.48% from 255 or 29.65% from 398); Blue value is 81 (32.03% from 255 or 20.35% from 398); Max value from RGB is 199 - color contains mainly: red. Hex color #C77651 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C77651 is #3889AE. Grayscale: #8A8A8A. Windows color (decimal): -3705263 or 5338823. OLE color: 5338823.
HSL color Cylindrical-coordinate representation of color #C77651: hue angle of 18.81º degrees, saturation: 0.51, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C77651 is Cyan = 0, Magento = 0.41, Yellow = 0.59 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 118 | 81 | - |
| CMYK | 0 | 0.41 | 0.59 | 0.22 |
| HSL | 18.81º | 0.51% | 0.55% | - |
| HSV(B) | 18.81º | 0.59% | 0.78% | - |
| XYZ | 31.52 | 25.69 | 11.08 | - |
| YUV | 138 | 95.84 | 171.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 118 | 81 | 0 | 0.41 | 0.59 | 0.22 | 18.81 | 0.51 | 0.55 |
| Hex | C7 | 76 | 51 | 0 | 29 | 3B | 16 | 13 | 33 | 37 |
| Octal | 307 | 166 | 121 | 0 | 51 | 73 | 26 | 23 | 63 | 67 |
| Binary | 11000111 | 1110110 | 1010001 | 0 | 101001 | 111011 | 10110 | 10011 | 110011 | 110111 |
Color Harmonies of #C77651
Complementary color
Monochromatic Colors of #C77651
Black with #C77651
Text Example
Text Example
White with #C77651
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C77651; }
p { color: rgb(199,118,81); }
H1.HeaderClassName
{
color: #C77651;
}
.AnyTagClassName
{
color: #C77651;
}
</style>
background-color css
<style>
a { background-color: #C77651; }
a { background-color: rgb(199,118,81); }
div.DivClassName
{
background-color: #C77651;
}
.BgClassName
{
background-color: #C77651;
}
</style>
border-color css
<style>
span { border-color: #C77651; }
span { border-color: rgb(199,118,81); }
td.TdClassName
{
border-color: #C77651;
}
.TagClassName
{
border-color: #C77651;
}
</style>