Shades of Burning Sand #C77E5B
Tints of Burning Sand #C77E5B
RGB
CMYK
RGB Variations
Color information
#C77E5B (or 0xC77E5B) is known color: Burning Sand. HEX triplet: C7, 7E and 5B. RGB value is (199,126,91). Sum of RGB (Red+Green+Blue) = 199+126+91=416 (55% of max value = 765). Red value is 199 (78.12% from 255 or 47.84% from 416); Green value is 126 (49.61% from 255 or 30.29% from 416); Blue value is 91 (35.94% from 255 or 21.88% from 416); Max value from RGB is 199 - color contains mainly: red. Hex color #C77E5B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C77E5B is #3881A4. Grayscale: #909090. Windows color (decimal): -3703205 or 5996231. OLE color: 5996231.
HSL color Cylindrical-coordinate representation of color #C77E5B: hue angle of 19.44º degrees, saturation: 0.49, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C77E5B is Cyan = 0, Magento = 0.37, Yellow = 0.54 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 126 | 91 | - |
| CMYK | 0 | 0.37 | 0.54 | 0.22 |
| HSL | 19.44º | 0.49% | 0.57% | - |
| HSV(B) | 19.44º | 0.54% | 0.78% | - |
| XYZ | 32.9 | 27.82 | 13.53 | - |
| YUV | 143.84 | 98.18 | 167.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 126 | 91 | 0 | 0.37 | 0.54 | 0.22 | 19.44 | 0.49 | 0.57 |
| Hex | C7 | 7E | 5B | 0 | 25 | 36 | 16 | 13 | 31 | 39 |
| Octal | 307 | 176 | 133 | 0 | 45 | 66 | 26 | 23 | 61 | 71 |
| Binary | 11000111 | 1111110 | 1011011 | 0 | 100101 | 110110 | 10110 | 10011 | 110001 | 111001 |
Color Harmonies of #C77E5B
Complementary color
Monochromatic Colors of #C77E5B
Black with #C77E5B
Text Example
Text Example
White with #C77E5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C77E5B; }
p { color: rgb(199,126,91); }
H1.HeaderClassName
{
color: #C77E5B;
}
.AnyTagClassName
{
color: #C77E5B;
}
</style>
background-color css
<style>
a { background-color: #C77E5B; }
a { background-color: rgb(199,126,91); }
div.DivClassName
{
background-color: #C77E5B;
}
.BgClassName
{
background-color: #C77E5B;
}
</style>
border-color css
<style>
span { border-color: #C77E5B; }
span { border-color: rgb(199,126,91); }
td.TdClassName
{
border-color: #C77E5B;
}
.TagClassName
{
border-color: #C77E5B;
}
</style>