Shades of Burning Sand #C0835C
Tints of Burning Sand #C0835C
RGB
CMYK
RGB Variations
Color information
#C0835C (or 0xC0835C) is known color: Burning Sand. HEX triplet: C0, 83 and 5C. RGB value is (192,131,92). Sum of RGB (Red+Green+Blue) = 192+131+92=415 (54% of max value = 765). Red value is 192 (75.39% from 255 or 46.27% from 415); Green value is 131 (51.56% from 255 or 31.57% from 415); Blue value is 92 (36.33% from 255 or 22.17% from 415); Max value from RGB is 192 - color contains mainly: red. Hex color #C0835C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C0835C is #3F7CA3. Grayscale: #919191. Windows color (decimal): -4160676 or 6063040. OLE color: 6063040.
HSL color Cylindrical-coordinate representation of color #C0835C: hue angle of 23.4º degrees, saturation: 0.44, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C0835C is Cyan = 0, Magento = 0.32, Yellow = 0.52 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 131 | 92 | - |
| CMYK | 0 | 0.32 | 0.52 | 0.25 |
| HSL | 23.4º | 0.44% | 0.56% | - |
| HSV(B) | 23.4º | 0.52% | 0.75% | - |
| XYZ | 31.79 | 28.21 | 13.9 | - |
| YUV | 144.79 | 98.21 | 161.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 131 | 92 | 0 | 0.32 | 0.52 | 0.25 | 23.4 | 0.44 | 0.56 |
| Hex | C0 | 83 | 5C | 0 | 20 | 34 | 19 | 17 | 2C | 38 |
| Octal | 300 | 203 | 134 | 0 | 40 | 64 | 31 | 27 | 54 | 70 |
| Binary | 11000000 | 10000011 | 1011100 | 0 | 100000 | 110100 | 11001 | 10111 | 101100 | 111000 |
Color Harmonies of #C0835C
Complementary color
Monochromatic Colors of #C0835C
Black with #C0835C
Text Example
Text Example
White with #C0835C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0835C; }
p { color: rgb(192,131,92); }
H1.HeaderClassName
{
color: #C0835C;
}
.AnyTagClassName
{
color: #C0835C;
}
</style>
background-color css
<style>
a { background-color: #C0835C; }
a { background-color: rgb(192,131,92); }
div.DivClassName
{
background-color: #C0835C;
}
.BgClassName
{
background-color: #C0835C;
}
</style>
border-color css
<style>
span { border-color: #C0835C; }
span { border-color: rgb(192,131,92); }
td.TdClassName
{
border-color: #C0835C;
}
.TagClassName
{
border-color: #C0835C;
}
</style>