Shades of Burning Sand #C3835C
Tints of Burning Sand #C3835C
RGB
CMYK
RGB Variations
Color information
#C3835C (or 0xC3835C) is known color: Burning Sand. HEX triplet: C3, 83 and 5C. RGB value is (195,131,92). Sum of RGB (Red+Green+Blue) = 195+131+92=418 (55% of max value = 765). Red value is 195 (76.56% from 255 or 46.65% from 418); Green value is 131 (51.56% from 255 or 31.34% from 418); Blue value is 92 (36.33% from 255 or 22.01% from 418); Max value from RGB is 195 - color contains mainly: red. Hex color #C3835C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C3835C is #3C7CA3. Grayscale: #919191. Windows color (decimal): -3964068 or 6063043. OLE color: 6063043.
HSL color Cylindrical-coordinate representation of color #C3835C: hue angle of 22.72º degrees, saturation: 0.46, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C3835C is Cyan = 0, Magento = 0.33, Yellow = 0.53 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 131 | 92 | - |
| CMYK | 0 | 0.33 | 0.53 | 0.24 |
| HSL | 22.72º | 0.46% | 0.56% | - |
| HSV(B) | 22.72º | 0.53% | 0.76% | - |
| XYZ | 32.55 | 28.61 | 13.93 | - |
| YUV | 145.69 | 97.7 | 163.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 131 | 92 | 0 | 0.33 | 0.53 | 0.24 | 22.72 | 0.46 | 0.56 |
| Hex | C3 | 83 | 5C | 0 | 21 | 35 | 18 | 17 | 2E | 38 |
| Octal | 303 | 203 | 134 | 0 | 41 | 65 | 30 | 27 | 56 | 70 |
| Binary | 11000011 | 10000011 | 1011100 | 0 | 100001 | 110101 | 11000 | 10111 | 101110 | 111000 |
Color Harmonies of #C3835C
Complementary color
Monochromatic Colors of #C3835C
Black with #C3835C
Text Example
Text Example
White with #C3835C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3835C; }
p { color: rgb(195,131,92); }
H1.HeaderClassName
{
color: #C3835C;
}
.AnyTagClassName
{
color: #C3835C;
}
</style>
background-color css
<style>
a { background-color: #C3835C; }
a { background-color: rgb(195,131,92); }
div.DivClassName
{
background-color: #C3835C;
}
.BgClassName
{
background-color: #C3835C;
}
</style>
border-color css
<style>
span { border-color: #C3835C; }
span { border-color: rgb(195,131,92); }
td.TdClassName
{
border-color: #C3835C;
}
.TagClassName
{
border-color: #C3835C;
}
</style>