Shades of Burning Sand #C2845B
Tints of Burning Sand #C2845B
RGB
CMYK
RGB Variations
Color information
#C2845B (or 0xC2845B) is known color: Burning Sand. HEX triplet: C2, 84 and 5B. RGB value is (194,132,91). Sum of RGB (Red+Green+Blue) = 194+132+91=417 (55% of max value = 765). Red value is 194 (76.17% from 255 or 46.52% from 417); Green value is 132 (51.95% from 255 or 31.65% from 417); Blue value is 91 (35.94% from 255 or 21.82% from 417); Max value from RGB is 194 - color contains mainly: red. Hex color #C2845B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C2845B is #3D7BA4. Grayscale: #929292. Windows color (decimal): -4029349 or 5997762. OLE color: 5997762.
HSL color Cylindrical-coordinate representation of color #C2845B: hue angle of 23.88º 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 #C2845B is Cyan = 0, Magento = 0.32, Yellow = 0.53 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 132 | 91 | - |
| CMYK | 0 | 0.32 | 0.53 | 0.24 |
| HSL | 23.88º | 0.46% | 0.56% | - |
| HSV(B) | 23.88º | 0.53% | 0.76% | - |
| XYZ | 32.39 | 28.73 | 13.74 | - |
| YUV | 145.86 | 97.04 | 162.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 132 | 91 | 0 | 0.32 | 0.53 | 0.24 | 23.88 | 0.46 | 0.56 |
| Hex | C2 | 84 | 5B | 0 | 20 | 35 | 18 | 18 | 2E | 38 |
| Octal | 302 | 204 | 133 | 0 | 40 | 65 | 30 | 30 | 56 | 70 |
| Binary | 11000010 | 10000100 | 1011011 | 0 | 100000 | 110101 | 11000 | 11000 | 101110 | 111000 |
Color Harmonies of #C2845B
Complementary color
Monochromatic Colors of #C2845B
Black with #C2845B
Text Example
Text Example
White with #C2845B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2845B; }
p { color: rgb(194,132,91); }
H1.HeaderClassName
{
color: #C2845B;
}
.AnyTagClassName
{
color: #C2845B;
}
</style>
background-color css
<style>
a { background-color: #C2845B; }
a { background-color: rgb(194,132,91); }
div.DivClassName
{
background-color: #C2845B;
}
.BgClassName
{
background-color: #C2845B;
}
</style>
border-color css
<style>
span { border-color: #C2845B; }
span { border-color: rgb(194,132,91); }
td.TdClassName
{
border-color: #C2845B;
}
.TagClassName
{
border-color: #C2845B;
}
</style>