Shades of Red Damask #C77250
Tints of Red Damask #C77250
RGB
CMYK
RGB Variations
Color information
#C77250 (or 0xC77250) is known color: Red Damask. HEX triplet: C7, 72 and 50. RGB value is (199,114,80). Sum of RGB (Red+Green+Blue) = 199+114+80=393 (52% of max value = 765). Red value is 199 (78.12% from 255 or 50.64% from 393); Green value is 114 (44.92% from 255 or 29.01% from 393); Blue value is 80 (31.64% from 255 or 20.36% from 393); Max value from RGB is 199 - color contains mainly: red. Hex color #C77250 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C77250 is #388DAF. Grayscale: #878787. Windows color (decimal): -3706288 or 5272263. OLE color: 5272263.
HSL color Cylindrical-coordinate representation of color #C77250: hue angle of 17.14º degrees, saturation: 0.52, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C77250 is Cyan = 0, Magento = 0.43, Yellow = 0.60 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 114 | 80 | - |
| CMYK | 0 | 0.43 | 0.60 | 0.22 |
| HSL | 17.14º | 0.52% | 0.55% | - |
| HSV(B) | 17.14º | 0.6% | 0.78% | - |
| XYZ | 31.02 | 24.76 | 10.73 | - |
| YUV | 135.54 | 96.66 | 173.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 114 | 80 | 0 | 0.43 | 0.60 | 0.22 | 17.14 | 0.52 | 0.55 |
| Hex | C7 | 72 | 50 | 0 | 2B | 3C | 16 | 11 | 34 | 37 |
| Octal | 307 | 162 | 120 | 0 | 53 | 74 | 26 | 21 | 64 | 67 |
| Binary | 11000111 | 1110010 | 1010000 | 0 | 101011 | 111100 | 10110 | 10001 | 110100 | 110111 |
Color Harmonies of #C77250
Complementary color
Monochromatic Colors of #C77250
Black with #C77250
Text Example
Text Example
White with #C77250
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C77250; }
p { color: rgb(199,114,80); }
H1.HeaderClassName
{
color: #C77250;
}
.AnyTagClassName
{
color: #C77250;
}
</style>
background-color css
<style>
a { background-color: #C77250; }
a { background-color: rgb(199,114,80); }
div.DivClassName
{
background-color: #C77250;
}
.BgClassName
{
background-color: #C77250;
}
</style>
border-color css
<style>
span { border-color: #C77250; }
span { border-color: rgb(199,114,80); }
td.TdClassName
{
border-color: #C77250;
}
.TagClassName
{
border-color: #C77250;
}
</style>