Shades of Burning Sand #C77D5E
Tints of Burning Sand #C77D5E
RGB
CMYK
RGB Variations
Color information
#C77D5E (or 0xC77D5E) is known color: Burning Sand. HEX triplet: C7, 7D and 5E. RGB value is (199,125,94). Sum of RGB (Red+Green+Blue) = 199+125+94=418 (55% of max value = 765). Red value is 199 (78.12% from 255 or 47.61% from 418); Green value is 125 (49.22% from 255 or 29.90% from 418); Blue value is 94 (37.11% from 255 or 22.49% from 418); Max value from RGB is 199 - color contains mainly: red. Hex color #C77D5E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C77D5E is #3882A1. Grayscale: #8F8F8F. Windows color (decimal): -3703458 or 6192583. OLE color: 6192583.
HSL color Cylindrical-coordinate representation of color #C77D5E: hue angle of 17.71º degrees, saturation: 0.48, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C77D5E is Cyan = 0, Magento = 0.37, Yellow = 0.53 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 125 | 94 | - |
| CMYK | 0 | 0.37 | 0.53 | 0.22 |
| HSL | 17.71º | 0.48% | 0.57% | - |
| HSV(B) | 17.71º | 0.53% | 0.78% | - |
| XYZ | 32.91 | 27.62 | 14.19 | - |
| YUV | 143.59 | 100.02 | 167.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 125 | 94 | 0 | 0.37 | 0.53 | 0.22 | 17.71 | 0.48 | 0.57 |
| Hex | C7 | 7D | 5E | 0 | 25 | 35 | 16 | 12 | 30 | 39 |
| Octal | 307 | 175 | 136 | 0 | 45 | 65 | 26 | 22 | 60 | 71 |
| Binary | 11000111 | 1111101 | 1011110 | 0 | 100101 | 110101 | 10110 | 10010 | 110000 | 111001 |
Color Harmonies of #C77D5E
Complementary color
Monochromatic Colors of #C77D5E
Black with #C77D5E
Text Example
Text Example
White with #C77D5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C77D5E; }
p { color: rgb(199,125,94); }
H1.HeaderClassName
{
color: #C77D5E;
}
.AnyTagClassName
{
color: #C77D5E;
}
</style>
background-color css
<style>
a { background-color: #C77D5E; }
a { background-color: rgb(199,125,94); }
div.DivClassName
{
background-color: #C77D5E;
}
.BgClassName
{
background-color: #C77D5E;
}
</style>
border-color css
<style>
span { border-color: #C77D5E; }
span { border-color: rgb(199,125,94); }
td.TdClassName
{
border-color: #C77D5E;
}
.TagClassName
{
border-color: #C77D5E;
}
</style>