Shades of Burning Sand #C2896D
Tints of Burning Sand #C2896D
RGB
CMYK
RGB Variations
Color information
#C2896D (or 0xC2896D) is known color: Burning Sand. HEX triplet: C2, 89 and 6D. RGB value is (194,137,109). Sum of RGB (Red+Green+Blue) = 194+137+109=440 (58% of max value = 765). Red value is 194 (76.17% from 255 or 44.09% from 440); Green value is 137 (53.91% from 255 or 31.14% from 440); Blue value is 109 (42.97% from 255 or 24.77% from 440); Max value from RGB is 194 - color contains mainly: red. Hex color #C2896D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C2896D is #3D7692. Grayscale: #979797. Windows color (decimal): -4028051 or 7178690. OLE color: 7178690.
HSL color Cylindrical-coordinate representation of color #C2896D: hue angle of 19.76º degrees, saturation: 0.41, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C2896D is Cyan = 0, Magento = 0.29, Yellow = 0.44 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 137 | 109 | - |
| CMYK | 0 | 0.29 | 0.44 | 0.24 |
| HSL | 19.76º | 0.41% | 0.59% | - |
| HSV(B) | 19.76º | 0.44% | 0.76% | - |
| XYZ | 33.95 | 30.46 | 18.56 | - |
| YUV | 150.85 | 104.38 | 158.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 137 | 109 | 0 | 0.29 | 0.44 | 0.24 | 19.76 | 0.41 | 0.59 |
| Hex | C2 | 89 | 6D | 0 | 1D | 2C | 18 | 14 | 29 | 3B |
| Octal | 302 | 211 | 155 | 0 | 35 | 54 | 30 | 24 | 51 | 73 |
| Binary | 11000010 | 10001001 | 1101101 | 0 | 11101 | 101100 | 11000 | 10100 | 101001 | 111011 |
Color Harmonies of #C2896D
Complementary color
Monochromatic Colors of #C2896D
Black with #C2896D
Text Example
Text Example
White with #C2896D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2896D; }
p { color: rgb(194,137,109); }
H1.HeaderClassName
{
color: #C2896D;
}
.AnyTagClassName
{
color: #C2896D;
}
</style>
background-color css
<style>
a { background-color: #C2896D; }
a { background-color: rgb(194,137,109); }
div.DivClassName
{
background-color: #C2896D;
}
.BgClassName
{
background-color: #C2896D;
}
</style>
border-color css
<style>
span { border-color: #C2896D; }
span { border-color: rgb(194,137,109); }
td.TdClassName
{
border-color: #C2896D;
}
.TagClassName
{
border-color: #C2896D;
}
</style>