Shades of Burning Sand #C77E6C
Tints of Burning Sand #C77E6C
RGB
CMYK
RGB Variations
Color information
#C77E6C (or 0xC77E6C) is known color: Burning Sand. HEX triplet: C7, 7E and 6C. RGB value is (199,126,108). Sum of RGB (Red+Green+Blue) = 199+126+108=433 (57% of max value = 765). Red value is 199 (78.12% from 255 or 45.96% from 433); Green value is 126 (49.61% from 255 or 29.10% from 433); Blue value is 108 (42.58% from 255 or 24.94% from 433); Max value from RGB is 199 - color contains mainly: red. Hex color #C77E6C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C77E6C is #388193. Grayscale: #919191. Windows color (decimal): -3703188 or 7110343. OLE color: 7110343.
HSL color Cylindrical-coordinate representation of color #C77E6C: hue angle of 11.87º degrees, saturation: 0.45, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C77E6C is Cyan = 0, Magento = 0.37, Yellow = 0.46 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 126 | 108 | - |
| CMYK | 0 | 0.37 | 0.46 | 0.22 |
| HSL | 11.87º | 0.45% | 0.6% | - |
| HSV(B) | 11.87º | 0.46% | 0.78% | - |
| XYZ | 33.72 | 28.15 | 17.84 | - |
| YUV | 145.78 | 106.68 | 165.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 126 | 108 | 0 | 0.37 | 0.46 | 0.22 | 11.87 | 0.45 | 0.6 |
| Hex | C7 | 7E | 6C | 0 | 25 | 2E | 16 | C | 2D | 3C |
| Octal | 307 | 176 | 154 | 0 | 45 | 56 | 26 | 14 | 55 | 74 |
| Binary | 11000111 | 1111110 | 1101100 | 0 | 100101 | 101110 | 10110 | 1100 | 101101 | 111100 |
Color Harmonies of #C77E6C
Complementary color
Monochromatic Colors of #C77E6C
Black with #C77E6C
Text Example
Text Example
White with #C77E6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C77E6C; }
p { color: rgb(199,126,108); }
H1.HeaderClassName
{
color: #C77E6C;
}
.AnyTagClassName
{
color: #C77E6C;
}
</style>
background-color css
<style>
a { background-color: #C77E6C; }
a { background-color: rgb(199,126,108); }
div.DivClassName
{
background-color: #C77E6C;
}
.BgClassName
{
background-color: #C77E6C;
}
</style>
border-color css
<style>
span { border-color: #C77E6C; }
span { border-color: rgb(199,126,108); }
td.TdClassName
{
border-color: #C77E6C;
}
.TagClassName
{
border-color: #C77E6C;
}
</style>