Shades of Burning Sand #C2845D
Tints of Burning Sand #C2845D
RGB
CMYK
RGB Variations
Color information
#C2845D (or 0xC2845D) is known color: Burning Sand. HEX triplet: C2, 84 and 5D. RGB value is (194,132,93). Sum of RGB (Red+Green+Blue) = 194+132+93=419 (55% of max value = 765). Red value is 194 (76.17% from 255 or 46.30% from 419); Green value is 132 (51.95% from 255 or 31.50% from 419); Blue value is 93 (36.72% from 255 or 22.20% from 419); Max value from RGB is 194 - color contains mainly: red. Hex color #C2845D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C2845D is #3D7BA2. Grayscale: #929292. Windows color (decimal): -4029347 or 6128834. OLE color: 6128834.
HSL color Cylindrical-coordinate representation of color #C2845D: hue angle of 23.17º degrees, saturation: 0.45, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C2845D is Cyan = 0, Magento = 0.32, Yellow = 0.52 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 132 | 93 | - |
| CMYK | 0 | 0.32 | 0.52 | 0.24 |
| HSL | 23.17º | 0.45% | 0.56% | - |
| HSV(B) | 23.17º | 0.52% | 0.76% | - |
| XYZ | 32.48 | 28.76 | 14.2 | - |
| YUV | 146.09 | 98.04 | 162.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 132 | 93 | 0 | 0.32 | 0.52 | 0.24 | 23.17 | 0.45 | 0.56 |
| Hex | C2 | 84 | 5D | 0 | 20 | 34 | 18 | 17 | 2D | 38 |
| Octal | 302 | 204 | 135 | 0 | 40 | 64 | 30 | 27 | 55 | 70 |
| Binary | 11000010 | 10000100 | 1011101 | 0 | 100000 | 110100 | 11000 | 10111 | 101101 | 111000 |
Color Harmonies of #C2845D
Complementary color
Monochromatic Colors of #C2845D
Black with #C2845D
Text Example
Text Example
White with #C2845D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2845D; }
p { color: rgb(194,132,93); }
H1.HeaderClassName
{
color: #C2845D;
}
.AnyTagClassName
{
color: #C2845D;
}
</style>
background-color css
<style>
a { background-color: #C2845D; }
a { background-color: rgb(194,132,93); }
div.DivClassName
{
background-color: #C2845D;
}
.BgClassName
{
background-color: #C2845D;
}
</style>
border-color css
<style>
span { border-color: #C2845D; }
span { border-color: rgb(194,132,93); }
td.TdClassName
{
border-color: #C2845D;
}
.TagClassName
{
border-color: #C2845D;
}
</style>