Shades of Burning Sand #C68263
Tints of Burning Sand #C68263
RGB
CMYK
RGB Variations
Color information
#C68263 (or 0xC68263) is known color: Burning Sand. HEX triplet: C6, 82 and 63. RGB value is (198,130,99). Sum of RGB (Red+Green+Blue) = 198+130+99=427 (56% of max value = 765). Red value is 198 (77.73% from 255 or 46.37% from 427); Green value is 130 (51.17% from 255 or 30.44% from 427); Blue value is 99 (39.06% from 255 or 23.19% from 427); Max value from RGB is 198 - color contains mainly: red. Hex color #C68263 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C68263 is #397D9C. Grayscale: #929292. Windows color (decimal): -3767709 or 6521542. OLE color: 6521542.
HSL color Cylindrical-coordinate representation of color #C68263: hue angle of 18.79º 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 #C68263 is Cyan = 0, Magento = 0.34, Yellow = 0.50 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 130 | 99 | - |
| CMYK | 0 | 0.34 | 0.50 | 0.22 |
| HSL | 18.79º | 0.46% | 0.58% | - |
| HSV(B) | 18.79º | 0.5% | 0.78% | - |
| XYZ | 33.52 | 28.87 | 15.61 | - |
| YUV | 146.8 | 101.03 | 164.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 130 | 99 | 0 | 0.34 | 0.50 | 0.22 | 18.79 | 0.46 | 0.58 |
| Hex | C6 | 82 | 63 | 0 | 22 | 32 | 16 | 13 | 2E | 3A |
| Octal | 306 | 202 | 143 | 0 | 42 | 62 | 26 | 23 | 56 | 72 |
| Binary | 11000110 | 10000010 | 1100011 | 0 | 100010 | 110010 | 10110 | 10011 | 101110 | 111010 |
Color Harmonies of #C68263
Complementary color
Monochromatic Colors of #C68263
Black with #C68263
Text Example
Text Example
White with #C68263
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C68263; }
p { color: rgb(198,130,99); }
H1.HeaderClassName
{
color: #C68263;
}
.AnyTagClassName
{
color: #C68263;
}
</style>
background-color css
<style>
a { background-color: #C68263; }
a { background-color: rgb(198,130,99); }
div.DivClassName
{
background-color: #C68263;
}
.BgClassName
{
background-color: #C68263;
}
</style>
border-color css
<style>
span { border-color: #C68263; }
span { border-color: rgb(198,130,99); }
td.TdClassName
{
border-color: #C68263;
}
.TagClassName
{
border-color: #C68263;
}
</style>