Shades of Burning Sand #C68360
Tints of Burning Sand #C68360
RGB
CMYK
RGB Variations
Color information
#C68360 (or 0xC68360) is known color: Burning Sand. HEX triplet: C6, 83 and 60. RGB value is (198,131,96). Sum of RGB (Red+Green+Blue) = 198+131+96=425 (56% of max value = 765). Red value is 198 (77.73% from 255 or 46.59% from 425); Green value is 131 (51.56% from 255 or 30.82% from 425); Blue value is 96 (37.89% from 255 or 22.59% from 425); Max value from RGB is 198 - color contains mainly: red. Hex color #C68360 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C68360 is #397C9F. Grayscale: #939393. Windows color (decimal): -3767456 or 6325190. OLE color: 6325190.
HSL color Cylindrical-coordinate representation of color #C68360: hue angle of 20.59º degrees, saturation: 0.47, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C68360 is Cyan = 0, Magento = 0.34, Yellow = 0.52 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 131 | 96 | - |
| CMYK | 0 | 0.34 | 0.52 | 0.22 |
| HSL | 20.59º | 0.47% | 0.58% | - |
| HSV(B) | 20.59º | 0.52% | 0.78% | - |
| XYZ | 33.52 | 29.08 | 14.91 | - |
| YUV | 147.04 | 99.2 | 164.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 131 | 96 | 0 | 0.34 | 0.52 | 0.22 | 20.59 | 0.47 | 0.58 |
| Hex | C6 | 83 | 60 | 0 | 22 | 34 | 16 | 15 | 2F | 3A |
| Octal | 306 | 203 | 140 | 0 | 42 | 64 | 26 | 25 | 57 | 72 |
| Binary | 11000110 | 10000011 | 1100000 | 0 | 100010 | 110100 | 10110 | 10101 | 101111 | 111010 |
Color Harmonies of #C68360
Complementary color
Monochromatic Colors of #C68360
Black with #C68360
Text Example
Text Example
White with #C68360
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C68360; }
p { color: rgb(198,131,96); }
H1.HeaderClassName
{
color: #C68360;
}
.AnyTagClassName
{
color: #C68360;
}
</style>
background-color css
<style>
a { background-color: #C68360; }
a { background-color: rgb(198,131,96); }
div.DivClassName
{
background-color: #C68360;
}
.BgClassName
{
background-color: #C68360;
}
</style>
border-color css
<style>
span { border-color: #C68360; }
span { border-color: rgb(198,131,96); }
td.TdClassName
{
border-color: #C68360;
}
.TagClassName
{
border-color: #C68360;
}
</style>