Shades of Burning Sand #C2866A
Tints of Burning Sand #C2866A
RGB
CMYK
RGB Variations
Color information
#C2866A (or 0xC2866A) is known color: Burning Sand. HEX triplet: C2, 86 and 6A. RGB value is (194,134,106). Sum of RGB (Red+Green+Blue) = 194+134+106=434 (57% of max value = 765). Red value is 194 (76.17% from 255 or 44.70% from 434); Green value is 134 (52.73% from 255 or 30.88% from 434); Blue value is 106 (41.80% from 255 or 24.42% from 434); Max value from RGB is 194 - color contains mainly: red. Hex color #C2866A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C2866A is #3D7995. Grayscale: #949494. Windows color (decimal): -4028822 or 6981314. OLE color: 6981314.
HSL color Cylindrical-coordinate representation of color #C2866A: hue angle of 19.09º degrees, saturation: 0.42, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #C2866A is Cyan = 0, Magento = 0.31, Yellow = 0.45 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 134 | 106 | - |
| CMYK | 0 | 0.31 | 0.45 | 0.24 |
| HSL | 19.09º | 0.42% | 0.59% | - |
| HSV(B) | 19.09º | 0.45% | 0.76% | - |
| XYZ | 33.37 | 29.56 | 17.58 | - |
| YUV | 148.75 | 103.88 | 160.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 134 | 106 | 0 | 0.31 | 0.45 | 0.24 | 19.09 | 0.42 | 0.59 |
| Hex | C2 | 86 | 6A | 0 | 1F | 2D | 18 | 13 | 2A | 3B |
| Octal | 302 | 206 | 152 | 0 | 37 | 55 | 30 | 23 | 52 | 73 |
| Binary | 11000010 | 10000110 | 1101010 | 0 | 11111 | 101101 | 11000 | 10011 | 101010 | 111011 |
Color Harmonies of #C2866A
Complementary color
Monochromatic Colors of #C2866A
Black with #C2866A
Text Example
Text Example
White with #C2866A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2866A; }
p { color: rgb(194,134,106); }
H1.HeaderClassName
{
color: #C2866A;
}
.AnyTagClassName
{
color: #C2866A;
}
</style>
background-color css
<style>
a { background-color: #C2866A; }
a { background-color: rgb(194,134,106); }
div.DivClassName
{
background-color: #C2866A;
}
.BgClassName
{
background-color: #C2866A;
}
</style>
border-color css
<style>
span { border-color: #C2866A; }
span { border-color: rgb(194,134,106); }
td.TdClassName
{
border-color: #C2866A;
}
.TagClassName
{
border-color: #C2866A;
}
</style>