Shades of Burning Sand #C68156
Tints of Burning Sand #C68156
RGB
CMYK
RGB Variations
Color information
#C68156 (or 0xC68156) is known color: Burning Sand. HEX triplet: C6, 81 and 56. RGB value is (198,129,86). Sum of RGB (Red+Green+Blue) = 198+129+86=413 (54% of max value = 765). Red value is 198 (77.73% from 255 or 47.94% from 413); Green value is 129 (50.78% from 255 or 31.23% from 413); Blue value is 86 (33.98% from 255 or 20.82% from 413); Max value from RGB is 198 - color contains mainly: red. Hex color #C68156 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C68156 is #397EA9. Grayscale: #909090. Windows color (decimal): -3767978 or 5669318. OLE color: 5669318.
HSL color Cylindrical-coordinate representation of color #C68156: hue angle of 23.04º 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 #C68156 is Cyan = 0, Magento = 0.35, Yellow = 0.57 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 129 | 86 | - |
| CMYK | 0 | 0.35 | 0.57 | 0.22 |
| HSL | 23.04º | 0.5% | 0.56% | - |
| HSV(B) | 23.04º | 0.57% | 0.78% | - |
| XYZ | 32.82 | 28.38 | 12.55 | - |
| YUV | 144.73 | 94.86 | 166 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 129 | 86 | 0 | 0.35 | 0.57 | 0.22 | 23.04 | 0.5 | 0.56 |
| Hex | C6 | 81 | 56 | 0 | 23 | 39 | 16 | 17 | 32 | 38 |
| Octal | 306 | 201 | 126 | 0 | 43 | 71 | 26 | 27 | 62 | 70 |
| Binary | 11000110 | 10000001 | 1010110 | 0 | 100011 | 111001 | 10110 | 10111 | 110010 | 111000 |
Color Harmonies of #C68156
Complementary color
Monochromatic Colors of #C68156
Black with #C68156
Text Example
Text Example
White with #C68156
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C68156; }
p { color: rgb(198,129,86); }
H1.HeaderClassName
{
color: #C68156;
}
.AnyTagClassName
{
color: #C68156;
}
</style>
background-color css
<style>
a { background-color: #C68156; }
a { background-color: rgb(198,129,86); }
div.DivClassName
{
background-color: #C68156;
}
.BgClassName
{
background-color: #C68156;
}
</style>
border-color css
<style>
span { border-color: #C68156; }
span { border-color: rgb(198,129,86); }
td.TdClassName
{
border-color: #C68156;
}
.TagClassName
{
border-color: #C68156;
}
</style>