Shades of Burning Sand #C68257
Tints of Burning Sand #C68257
RGB
CMYK
RGB Variations
Color information
#C68257 (or 0xC68257) is known color: Burning Sand. HEX triplet: C6, 82 and 57. RGB value is (198,130,87). Sum of RGB (Red+Green+Blue) = 198+130+87=415 (54% of max value = 765). Red value is 198 (77.73% from 255 or 47.71% from 415); Green value is 130 (51.17% from 255 or 31.33% from 415); Blue value is 87 (34.38% from 255 or 20.96% from 415); Max value from RGB is 198 - color contains mainly: red. Hex color #C68257 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C68257 is #397DA8. Grayscale: #919191. Windows color (decimal): -3767721 or 5735110. OLE color: 5735110.
HSL color Cylindrical-coordinate representation of color #C68257: hue angle of 23.24º degrees, saturation: 0.49, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C68257 is Cyan = 0, Magento = 0.34, Yellow = 0.56 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 130 | 87 | - |
| CMYK | 0 | 0.34 | 0.56 | 0.22 |
| HSL | 23.24º | 0.49% | 0.56% | - |
| HSV(B) | 23.24º | 0.56% | 0.78% | - |
| XYZ | 32.99 | 28.66 | 12.81 | - |
| YUV | 145.43 | 95.03 | 165.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 130 | 87 | 0 | 0.34 | 0.56 | 0.22 | 23.24 | 0.49 | 0.56 |
| Hex | C6 | 82 | 57 | 0 | 22 | 38 | 16 | 17 | 31 | 38 |
| Octal | 306 | 202 | 127 | 0 | 42 | 70 | 26 | 27 | 61 | 70 |
| Binary | 11000110 | 10000010 | 1010111 | 0 | 100010 | 111000 | 10110 | 10111 | 110001 | 111000 |
Color Harmonies of #C68257
Complementary color
Monochromatic Colors of #C68257
Black with #C68257
Text Example
Text Example
White with #C68257
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C68257; }
p { color: rgb(198,130,87); }
H1.HeaderClassName
{
color: #C68257;
}
.AnyTagClassName
{
color: #C68257;
}
</style>
background-color css
<style>
a { background-color: #C68257; }
a { background-color: rgb(198,130,87); }
div.DivClassName
{
background-color: #C68257;
}
.BgClassName
{
background-color: #C68257;
}
</style>
border-color css
<style>
span { border-color: #C68257; }
span { border-color: rgb(198,130,87); }
td.TdClassName
{
border-color: #C68257;
}
.TagClassName
{
border-color: #C68257;
}
</style>