Shades of Burning Sand #C77C5C
Tints of Burning Sand #C77C5C
RGB
CMYK
RGB Variations
Color information
#C77C5C (or 0xC77C5C) is known color: Burning Sand. HEX triplet: C7, 7C and 5C. RGB value is (199,124,92). Sum of RGB (Red+Green+Blue) = 199+124+92=415 (54% of max value = 765). Red value is 199 (78.12% from 255 or 47.95% from 415); Green value is 124 (48.83% from 255 or 29.88% from 415); Blue value is 92 (36.33% from 255 or 22.17% from 415); Max value from RGB is 199 - color contains mainly: red. Hex color #C77C5C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C77C5C is #3883A3. Grayscale: #8E8E8E. Windows color (decimal): -3703716 or 6061255. OLE color: 6061255.
HSL color Cylindrical-coordinate representation of color #C77C5C: hue angle of 17.94º degrees, saturation: 0.49, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C77C5C is Cyan = 0, Magento = 0.38, Yellow = 0.54 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 124 | 92 | - |
| CMYK | 0 | 0.38 | 0.54 | 0.22 |
| HSL | 17.94º | 0.49% | 0.57% | - |
| HSV(B) | 17.94º | 0.54% | 0.78% | - |
| XYZ | 32.69 | 27.33 | 13.68 | - |
| YUV | 142.78 | 99.35 | 168.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 124 | 92 | 0 | 0.38 | 0.54 | 0.22 | 17.94 | 0.49 | 0.57 |
| Hex | C7 | 7C | 5C | 0 | 26 | 36 | 16 | 12 | 31 | 39 |
| Octal | 307 | 174 | 134 | 0 | 46 | 66 | 26 | 22 | 61 | 71 |
| Binary | 11000111 | 1111100 | 1011100 | 0 | 100110 | 110110 | 10110 | 10010 | 110001 | 111001 |
Color Harmonies of #C77C5C
Complementary color
Monochromatic Colors of #C77C5C
Black with #C77C5C
Text Example
Text Example
White with #C77C5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C77C5C; }
p { color: rgb(199,124,92); }
H1.HeaderClassName
{
color: #C77C5C;
}
.AnyTagClassName
{
color: #C77C5C;
}
</style>
background-color css
<style>
a { background-color: #C77C5C; }
a { background-color: rgb(199,124,92); }
div.DivClassName
{
background-color: #C77C5C;
}
.BgClassName
{
background-color: #C77C5C;
}
</style>
border-color css
<style>
span { border-color: #C77C5C; }
span { border-color: rgb(199,124,92); }
td.TdClassName
{
border-color: #C77C5C;
}
.TagClassName
{
border-color: #C77C5C;
}
</style>