Shades of Burning Sand #C2866C
Tints of Burning Sand #C2866C
RGB
CMYK
RGB Variations
Color information
#C2866C (or 0xC2866C) is known color: Burning Sand. HEX triplet: C2, 86 and 6C. RGB value is (194,134,108). Sum of RGB (Red+Green+Blue) = 194+134+108=436 (57% of max value = 765). Red value is 194 (76.17% from 255 or 44.50% from 436); Green value is 134 (52.73% from 255 or 30.73% from 436); Blue value is 108 (42.58% from 255 or 24.77% from 436); Max value from RGB is 194 - color contains mainly: red. Hex color #C2866C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C2866C is #3D7993. Grayscale: #959595. Windows color (decimal): -4028820 or 7112386. OLE color: 7112386.
HSL color Cylindrical-coordinate representation of color #C2866C: hue angle of 18.14º 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 #C2866C is Cyan = 0, Magento = 0.31, Yellow = 0.44 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 134 | 108 | - |
| CMYK | 0 | 0.31 | 0.44 | 0.24 |
| HSL | 18.14º | 0.41% | 0.59% | - |
| HSV(B) | 18.14º | 0.44% | 0.76% | - |
| XYZ | 33.48 | 29.6 | 18.14 | - |
| YUV | 148.98 | 104.88 | 160.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 134 | 108 | 0 | 0.31 | 0.44 | 0.24 | 18.14 | 0.41 | 0.59 |
| Hex | C2 | 86 | 6C | 0 | 1F | 2C | 18 | 12 | 29 | 3B |
| Octal | 302 | 206 | 154 | 0 | 37 | 54 | 30 | 22 | 51 | 73 |
| Binary | 11000010 | 10000110 | 1101100 | 0 | 11111 | 101100 | 11000 | 10010 | 101001 | 111011 |
Color Harmonies of #C2866C
Complementary color
Monochromatic Colors of #C2866C
Black with #C2866C
Text Example
Text Example
White with #C2866C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2866C; }
p { color: rgb(194,134,108); }
H1.HeaderClassName
{
color: #C2866C;
}
.AnyTagClassName
{
color: #C2866C;
}
</style>
background-color css
<style>
a { background-color: #C2866C; }
a { background-color: rgb(194,134,108); }
div.DivClassName
{
background-color: #C2866C;
}
.BgClassName
{
background-color: #C2866C;
}
</style>
border-color css
<style>
span { border-color: #C2866C; }
span { border-color: rgb(194,134,108); }
td.TdClassName
{
border-color: #C2866C;
}
.TagClassName
{
border-color: #C2866C;
}
</style>