Shades of Burning Sand #C77C64
Tints of Burning Sand #C77C64
RGB
CMYK
RGB Variations
Color information
#C77C64 (or 0xC77C64) is known color: Burning Sand. HEX triplet: C7, 7C and 64. RGB value is (199,124,100). Sum of RGB (Red+Green+Blue) = 199+124+100=423 (56% of max value = 765). Red value is 199 (78.12% from 255 or 47.04% from 423); Green value is 124 (48.83% from 255 or 29.31% from 423); Blue value is 100 (39.45% from 255 or 23.64% from 423); Max value from RGB is 199 - color contains mainly: red. Hex color #C77C64 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C77C64 is #38839B. Grayscale: #8F8F8F. Windows color (decimal): -3703708 or 6585543. OLE color: 6585543.
HSL color Cylindrical-coordinate representation of color #C77C64: hue angle of 14.55º 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 #C77C64 is Cyan = 0, Magento = 0.38, Yellow = 0.50 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 124 | 100 | - |
| CMYK | 0 | 0.38 | 0.50 | 0.22 |
| HSL | 14.55º | 0.47% | 0.59% | - |
| HSV(B) | 14.55º | 0.5% | 0.78% | - |
| XYZ | 33.06 | 27.48 | 15.62 | - |
| YUV | 143.69 | 103.35 | 167.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 124 | 100 | 0 | 0.38 | 0.50 | 0.22 | 14.55 | 0.47 | 0.59 |
| Hex | C7 | 7C | 64 | 0 | 26 | 32 | 16 | F | 2F | 3B |
| Octal | 307 | 174 | 144 | 0 | 46 | 62 | 26 | 17 | 57 | 73 |
| Binary | 11000111 | 1111100 | 1100100 | 0 | 100110 | 110010 | 10110 | 1111 | 101111 | 111011 |
Color Harmonies of #C77C64
Complementary color
Monochromatic Colors of #C77C64
Black with #C77C64
Text Example
Text Example
White with #C77C64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C77C64; }
p { color: rgb(199,124,100); }
H1.HeaderClassName
{
color: #C77C64;
}
.AnyTagClassName
{
color: #C77C64;
}
</style>
background-color css
<style>
a { background-color: #C77C64; }
a { background-color: rgb(199,124,100); }
div.DivClassName
{
background-color: #C77C64;
}
.BgClassName
{
background-color: #C77C64;
}
</style>
border-color css
<style>
span { border-color: #C77C64; }
span { border-color: rgb(199,124,100); }
td.TdClassName
{
border-color: #C77C64;
}
.TagClassName
{
border-color: #C77C64;
}
</style>