Shades of Burning Sand #C6805F
Tints of Burning Sand #C6805F
RGB
CMYK
RGB Variations
Color information
#C6805F (or 0xC6805F) is known color: Burning Sand. HEX triplet: C6, 80 and 5F. RGB value is (198,128,95). Sum of RGB (Red+Green+Blue) = 198+128+95=421 (55% of max value = 765). Red value is 198 (77.73% from 255 or 47.03% from 421); Green value is 128 (50.39% from 255 or 30.40% from 421); Blue value is 95 (37.5% from 255 or 22.57% from 421); Max value from RGB is 198 - color contains mainly: red. Hex color #C6805F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C6805F is #397FA0. Grayscale: #919191. Windows color (decimal): -3768225 or 6258886. OLE color: 6258886.
HSL color Cylindrical-coordinate representation of color #C6805F: hue angle of 19.22º degrees, saturation: 0.47, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C6805F is Cyan = 0, Magento = 0.35, Yellow = 0.52 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 128 | 95 | - |
| CMYK | 0 | 0.35 | 0.52 | 0.22 |
| HSL | 19.22º | 0.47% | 0.57% | - |
| HSV(B) | 19.22º | 0.52% | 0.78% | - |
| XYZ | 33.07 | 28.27 | 14.54 | - |
| YUV | 145.17 | 99.69 | 165.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 128 | 95 | 0 | 0.35 | 0.52 | 0.22 | 19.22 | 0.47 | 0.57 |
| Hex | C6 | 80 | 5F | 0 | 23 | 34 | 16 | 13 | 2F | 39 |
| Octal | 306 | 200 | 137 | 0 | 43 | 64 | 26 | 23 | 57 | 71 |
| Binary | 11000110 | 10000000 | 1011111 | 0 | 100011 | 110100 | 10110 | 10011 | 101111 | 111001 |
Color Harmonies of #C6805F
Complementary color
Monochromatic Colors of #C6805F
Black with #C6805F
Text Example
Text Example
White with #C6805F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6805F; }
p { color: rgb(198,128,95); }
H1.HeaderClassName
{
color: #C6805F;
}
.AnyTagClassName
{
color: #C6805F;
}
</style>
background-color css
<style>
a { background-color: #C6805F; }
a { background-color: rgb(198,128,95); }
div.DivClassName
{
background-color: #C6805F;
}
.BgClassName
{
background-color: #C6805F;
}
</style>
border-color css
<style>
span { border-color: #C6805F; }
span { border-color: rgb(198,128,95); }
td.TdClassName
{
border-color: #C6805F;
}
.TagClassName
{
border-color: #C6805F;
}
</style>