Shades of Red Damask #C77251
Tints of Red Damask #C77251
RGB
CMYK
RGB Variations
Color information
#C77251 (or 0xC77251) is known color: Red Damask. HEX triplet: C7, 72 and 51. RGB value is (199,114,81). Sum of RGB (Red+Green+Blue) = 199+114+81=394 (52% of max value = 765). Red value is 199 (78.12% from 255 or 50.51% from 394); Green value is 114 (44.92% from 255 or 28.93% from 394); Blue value is 81 (32.03% from 255 or 20.56% from 394); Max value from RGB is 199 - color contains mainly: red. Hex color #C77251 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C77251 is #388DAE. Grayscale: #878787. Windows color (decimal): -3706287 or 5337799. OLE color: 5337799.
HSL color Cylindrical-coordinate representation of color #C77251: hue angle of 16.78º 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 #C77251 is Cyan = 0, Magento = 0.43, Yellow = 0.59 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 114 | 81 | - |
| CMYK | 0 | 0.43 | 0.59 | 0.22 |
| HSL | 16.78º | 0.51% | 0.55% | - |
| HSV(B) | 16.78º | 0.59% | 0.78% | - |
| XYZ | 31.06 | 24.77 | 10.93 | - |
| YUV | 135.65 | 97.16 | 173.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 114 | 81 | 0 | 0.43 | 0.59 | 0.22 | 16.78 | 0.51 | 0.55 |
| Hex | C7 | 72 | 51 | 0 | 2B | 3B | 16 | 11 | 33 | 37 |
| Octal | 307 | 162 | 121 | 0 | 53 | 73 | 26 | 21 | 63 | 67 |
| Binary | 11000111 | 1110010 | 1010001 | 0 | 101011 | 111011 | 10110 | 10001 | 110011 | 110111 |
Color Harmonies of #C77251
Complementary color
Monochromatic Colors of #C77251
Black with #C77251
Text Example
Text Example
White with #C77251
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C77251; }
p { color: rgb(199,114,81); }
H1.HeaderClassName
{
color: #C77251;
}
.AnyTagClassName
{
color: #C77251;
}
</style>
background-color css
<style>
a { background-color: #C77251; }
a { background-color: rgb(199,114,81); }
div.DivClassName
{
background-color: #C77251;
}
.BgClassName
{
background-color: #C77251;
}
</style>
border-color css
<style>
span { border-color: #C77251; }
span { border-color: rgb(199,114,81); }
td.TdClassName
{
border-color: #C77251;
}
.TagClassName
{
border-color: #C77251;
}
</style>