Shades of Burning Sand #C2845F
Tints of Burning Sand #C2845F
RGB
CMYK
RGB Variations
Color information
#C2845F (or 0xC2845F) is known color: Burning Sand. HEX triplet: C2, 84 and 5F. RGB value is (194,132,95). Sum of RGB (Red+Green+Blue) = 194+132+95=421 (55% of max value = 765). Red value is 194 (76.17% from 255 or 46.08% from 421); Green value is 132 (51.95% from 255 or 31.35% from 421); Blue value is 95 (37.5% from 255 or 22.57% from 421); Max value from RGB is 194 - color contains mainly: red. Hex color #C2845F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C2845F is #3D7BA0. Grayscale: #929292. Windows color (decimal): -4029345 or 6259906. OLE color: 6259906.
HSL color Cylindrical-coordinate representation of color #C2845F: hue angle of 22.42º 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 #C2845F is Cyan = 0, Magento = 0.32, Yellow = 0.51 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 132 | 95 | - |
| CMYK | 0 | 0.32 | 0.51 | 0.24 |
| HSL | 22.42º | 0.45% | 0.57% | - |
| HSV(B) | 22.42º | 0.51% | 0.76% | - |
| XYZ | 32.56 | 28.8 | 14.67 | - |
| YUV | 146.32 | 99.04 | 162.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 132 | 95 | 0 | 0.32 | 0.51 | 0.24 | 22.42 | 0.45 | 0.57 |
| Hex | C2 | 84 | 5F | 0 | 20 | 33 | 18 | 16 | 2D | 39 |
| Octal | 302 | 204 | 137 | 0 | 40 | 63 | 30 | 26 | 55 | 71 |
| Binary | 11000010 | 10000100 | 1011111 | 0 | 100000 | 110011 | 11000 | 10110 | 101101 | 111001 |
Color Harmonies of #C2845F
Complementary color
Monochromatic Colors of #C2845F
Black with #C2845F
Text Example
Text Example
White with #C2845F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2845F; }
p { color: rgb(194,132,95); }
H1.HeaderClassName
{
color: #C2845F;
}
.AnyTagClassName
{
color: #C2845F;
}
</style>
background-color css
<style>
a { background-color: #C2845F; }
a { background-color: rgb(194,132,95); }
div.DivClassName
{
background-color: #C2845F;
}
.BgClassName
{
background-color: #C2845F;
}
</style>
border-color css
<style>
span { border-color: #C2845F; }
span { border-color: rgb(194,132,95); }
td.TdClassName
{
border-color: #C2845F;
}
.TagClassName
{
border-color: #C2845F;
}
</style>