Shades of Burning Sand #C68363
Tints of Burning Sand #C68363
RGB
CMYK
RGB Variations
Color information
#C68363 (or 0xC68363) is known color: Burning Sand. HEX triplet: C6, 83 and 63. RGB value is (198,131,99). Sum of RGB (Red+Green+Blue) = 198+131+99=428 (56% of max value = 765). Red value is 198 (77.73% from 255 or 46.26% from 428); Green value is 131 (51.56% from 255 or 30.61% from 428); Blue value is 99 (39.06% from 255 or 23.13% from 428); Max value from RGB is 198 - color contains mainly: red. Hex color #C68363 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C68363 is #397C9C. Grayscale: #939393. Windows color (decimal): -3767453 or 6521798. OLE color: 6521798.
HSL color Cylindrical-coordinate representation of color #C68363: hue angle of 19.39º degrees, saturation: 0.46, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C68363 is Cyan = 0, Magento = 0.34, Yellow = 0.50 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 131 | 99 | - |
| CMYK | 0 | 0.34 | 0.50 | 0.22 |
| HSL | 19.39º | 0.46% | 0.58% | - |
| HSV(B) | 19.39º | 0.5% | 0.78% | - |
| XYZ | 33.66 | 29.14 | 15.65 | - |
| YUV | 147.39 | 100.7 | 164.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 131 | 99 | 0 | 0.34 | 0.50 | 0.22 | 19.39 | 0.46 | 0.58 |
| Hex | C6 | 83 | 63 | 0 | 22 | 32 | 16 | 13 | 2E | 3A |
| Octal | 306 | 203 | 143 | 0 | 42 | 62 | 26 | 23 | 56 | 72 |
| Binary | 11000110 | 10000011 | 1100011 | 0 | 100010 | 110010 | 10110 | 10011 | 101110 | 111010 |
Color Harmonies of #C68363
Complementary color
Monochromatic Colors of #C68363
Black with #C68363
Text Example
Text Example
White with #C68363
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C68363; }
p { color: rgb(198,131,99); }
H1.HeaderClassName
{
color: #C68363;
}
.AnyTagClassName
{
color: #C68363;
}
</style>
background-color css
<style>
a { background-color: #C68363; }
a { background-color: rgb(198,131,99); }
div.DivClassName
{
background-color: #C68363;
}
.BgClassName
{
background-color: #C68363;
}
</style>
border-color css
<style>
span { border-color: #C68363; }
span { border-color: rgb(198,131,99); }
td.TdClassName
{
border-color: #C68363;
}
.TagClassName
{
border-color: #C68363;
}
</style>