Shades of Burning Sand #C77F55
Tints of Burning Sand #C77F55
RGB
CMYK
RGB Variations
Color information
#C77F55 (or 0xC77F55) is known color: Burning Sand. HEX triplet: C7, 7F and 55. RGB value is (199,127,85). Sum of RGB (Red+Green+Blue) = 199+127+85=411 (54% of max value = 765). Red value is 199 (78.12% from 255 or 48.42% from 411); Green value is 127 (50% from 255 or 30.90% from 411); Blue value is 85 (33.59% from 255 or 20.68% from 411); Max value from RGB is 199 - color contains mainly: red. Hex color #C77F55 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C77F55 is #3880AA. Grayscale: #8F8F8F. Windows color (decimal): -3702955 or 5603271. OLE color: 5603271.
HSL color Cylindrical-coordinate representation of color #C77F55: hue angle of 22.11º degrees, saturation: 0.5, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C77F55 is Cyan = 0, Magento = 0.36, Yellow = 0.57 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 127 | 85 | - |
| CMYK | 0 | 0.36 | 0.57 | 0.22 |
| HSL | 22.11º | 0.5% | 0.56% | - |
| HSV(B) | 22.11º | 0.57% | 0.78% | - |
| XYZ | 32.78 | 27.98 | 12.27 | - |
| YUV | 143.74 | 94.85 | 167.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 127 | 85 | 0 | 0.36 | 0.57 | 0.22 | 22.11 | 0.5 | 0.56 |
| Hex | C7 | 7F | 55 | 0 | 24 | 39 | 16 | 16 | 32 | 38 |
| Octal | 307 | 177 | 125 | 0 | 44 | 71 | 26 | 26 | 62 | 70 |
| Binary | 11000111 | 1111111 | 1010101 | 0 | 100100 | 111001 | 10110 | 10110 | 110010 | 111000 |
Color Harmonies of #C77F55
Complementary color
Monochromatic Colors of #C77F55
Black with #C77F55
Text Example
Text Example
White with #C77F55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C77F55; }
p { color: rgb(199,127,85); }
H1.HeaderClassName
{
color: #C77F55;
}
.AnyTagClassName
{
color: #C77F55;
}
</style>
background-color css
<style>
a { background-color: #C77F55; }
a { background-color: rgb(199,127,85); }
div.DivClassName
{
background-color: #C77F55;
}
.BgClassName
{
background-color: #C77F55;
}
</style>
border-color css
<style>
span { border-color: #C77F55; }
span { border-color: rgb(199,127,85); }
td.TdClassName
{
border-color: #C77F55;
}
.TagClassName
{
border-color: #C77F55;
}
</style>