Shades of Burning Sand #C77E5F
Tints of Burning Sand #C77E5F
RGB
CMYK
RGB Variations
Color information
#C77E5F (or 0xC77E5F) is known color: Burning Sand. HEX triplet: C7, 7E and 5F. RGB value is (199,126,95). Sum of RGB (Red+Green+Blue) = 199+126+95=420 (55% of max value = 765). Red value is 199 (78.12% from 255 or 47.38% from 420); Green value is 126 (49.61% from 255 or 30% from 420); Blue value is 95 (37.5% from 255 or 22.62% from 420); Max value from RGB is 199 - color contains mainly: red. Hex color #C77E5F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C77E5F is #3881A0. Grayscale: #909090. Windows color (decimal): -3703201 or 6258375. OLE color: 6258375.
HSL color Cylindrical-coordinate representation of color #C77E5F: hue angle of 17.88º degrees, saturation: 0.48, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C77E5F is Cyan = 0, Magento = 0.37, Yellow = 0.52 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 126 | 95 | - |
| CMYK | 0 | 0.37 | 0.52 | 0.22 |
| HSL | 17.88º | 0.48% | 0.58% | - |
| HSV(B) | 17.88º | 0.52% | 0.78% | - |
| XYZ | 33.08 | 27.89 | 14.47 | - |
| YUV | 144.29 | 100.18 | 167.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 126 | 95 | 0 | 0.37 | 0.52 | 0.22 | 17.88 | 0.48 | 0.58 |
| Hex | C7 | 7E | 5F | 0 | 25 | 34 | 16 | 12 | 30 | 3A |
| Octal | 307 | 176 | 137 | 0 | 45 | 64 | 26 | 22 | 60 | 72 |
| Binary | 11000111 | 1111110 | 1011111 | 0 | 100101 | 110100 | 10110 | 10010 | 110000 | 111010 |
Color Harmonies of #C77E5F
Complementary color
Monochromatic Colors of #C77E5F
Black with #C77E5F
Text Example
Text Example
White with #C77E5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C77E5F; }
p { color: rgb(199,126,95); }
H1.HeaderClassName
{
color: #C77E5F;
}
.AnyTagClassName
{
color: #C77E5F;
}
</style>
background-color css
<style>
a { background-color: #C77E5F; }
a { background-color: rgb(199,126,95); }
div.DivClassName
{
background-color: #C77E5F;
}
.BgClassName
{
background-color: #C77E5F;
}
</style>
border-color css
<style>
span { border-color: #C77E5F; }
span { border-color: rgb(199,126,95); }
td.TdClassName
{
border-color: #C77E5F;
}
.TagClassName
{
border-color: #C77E5F;
}
</style>