Shades of Burning Sand #C2835F
Tints of Burning Sand #C2835F
RGB
CMYK
RGB Variations
Color information
#C2835F (or 0xC2835F) is known color: Burning Sand. HEX triplet: C2, 83 and 5F. RGB value is (194,131,95). Sum of RGB (Red+Green+Blue) = 194+131+95=420 (55% of max value = 765). Red value is 194 (76.17% from 255 or 46.19% from 420); Green value is 131 (51.56% from 255 or 31.19% from 420); Blue value is 95 (37.5% from 255 or 22.62% from 420); Max value from RGB is 194 - color contains mainly: red. Hex color #C2835F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C2835F is #3D7CA0. Grayscale: #919191. Windows color (decimal): -4029601 or 6259650. OLE color: 6259650.
HSL color Cylindrical-coordinate representation of color #C2835F: hue angle of 21.82º degrees, saturation: 0.45, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C2835F is Cyan = 0, Magento = 0.32, Yellow = 0.51 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 131 | 95 | - |
| CMYK | 0 | 0.32 | 0.51 | 0.24 |
| HSL | 21.82º | 0.45% | 0.57% | - |
| HSV(B) | 21.82º | 0.51% | 0.76% | - |
| XYZ | 32.43 | 28.53 | 14.62 | - |
| YUV | 145.73 | 99.37 | 162.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 131 | 95 | 0 | 0.32 | 0.51 | 0.24 | 21.82 | 0.45 | 0.57 |
| Hex | C2 | 83 | 5F | 0 | 20 | 33 | 18 | 16 | 2D | 39 |
| Octal | 302 | 203 | 137 | 0 | 40 | 63 | 30 | 26 | 55 | 71 |
| Binary | 11000010 | 10000011 | 1011111 | 0 | 100000 | 110011 | 11000 | 10110 | 101101 | 111001 |
Color Harmonies of #C2835F
Complementary color
Monochromatic Colors of #C2835F
Black with #C2835F
Text Example
Text Example
White with #C2835F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2835F; }
p { color: rgb(194,131,95); }
H1.HeaderClassName
{
color: #C2835F;
}
.AnyTagClassName
{
color: #C2835F;
}
</style>
background-color css
<style>
a { background-color: #C2835F; }
a { background-color: rgb(194,131,95); }
div.DivClassName
{
background-color: #C2835F;
}
.BgClassName
{
background-color: #C2835F;
}
</style>
border-color css
<style>
span { border-color: #C2835F; }
span { border-color: rgb(194,131,95); }
td.TdClassName
{
border-color: #C2835F;
}
.TagClassName
{
border-color: #C2835F;
}
</style>