Shades of Burning Sand #C77E64
Tints of Burning Sand #C77E64
RGB
CMYK
RGB Variations
Color information
#C77E64 (or 0xC77E64) is known color: Burning Sand. HEX triplet: C7, 7E and 64. RGB value is (199,126,100). Sum of RGB (Red+Green+Blue) = 199+126+100=425 (56% of max value = 765). Red value is 199 (78.12% from 255 or 46.82% from 425); Green value is 126 (49.61% from 255 or 29.65% from 425); Blue value is 100 (39.45% from 255 or 23.53% from 425); Max value from RGB is 199 - color contains mainly: red. Hex color #C77E64 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C77E64 is #38819B. Grayscale: #919191. Windows color (decimal): -3703196 or 6586055. OLE color: 6586055.
HSL color Cylindrical-coordinate representation of color #C77E64: hue angle of 15.76º degrees, saturation: 0.47, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C77E64 is Cyan = 0, Magento = 0.37, Yellow = 0.50 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 126 | 100 | - |
| CMYK | 0 | 0.37 | 0.50 | 0.22 |
| HSL | 15.76º | 0.47% | 0.59% | - |
| HSV(B) | 15.76º | 0.5% | 0.78% | - |
| XYZ | 33.31 | 27.98 | 15.7 | - |
| YUV | 144.86 | 102.68 | 166.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 126 | 100 | 0 | 0.37 | 0.50 | 0.22 | 15.76 | 0.47 | 0.59 |
| Hex | C7 | 7E | 64 | 0 | 25 | 32 | 16 | 10 | 2F | 3B |
| Octal | 307 | 176 | 144 | 0 | 45 | 62 | 26 | 20 | 57 | 73 |
| Binary | 11000111 | 1111110 | 1100100 | 0 | 100101 | 110010 | 10110 | 10000 | 101111 | 111011 |
Color Harmonies of #C77E64
Complementary color
Monochromatic Colors of #C77E64
Black with #C77E64
Text Example
Text Example
White with #C77E64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C77E64; }
p { color: rgb(199,126,100); }
H1.HeaderClassName
{
color: #C77E64;
}
.AnyTagClassName
{
color: #C77E64;
}
</style>
background-color css
<style>
a { background-color: #C77E64; }
a { background-color: rgb(199,126,100); }
div.DivClassName
{
background-color: #C77E64;
}
.BgClassName
{
background-color: #C77E64;
}
</style>
border-color css
<style>
span { border-color: #C77E64; }
span { border-color: rgb(199,126,100); }
td.TdClassName
{
border-color: #C77E64;
}
.TagClassName
{
border-color: #C77E64;
}
</style>