Shades of Burning Sand #C3806A
Tints of Burning Sand #C3806A
RGB
CMYK
RGB Variations
Color information
#C3806A (or 0xC3806A) is known color: Burning Sand. HEX triplet: C3, 80 and 6A. RGB value is (195,128,106). Sum of RGB (Red+Green+Blue) = 195+128+106=429 (56% of max value = 765). Red value is 195 (76.56% from 255 or 45.45% from 429); Green value is 128 (50.39% from 255 or 29.84% from 429); Blue value is 106 (41.80% from 255 or 24.71% from 429); Max value from RGB is 195 - color contains mainly: red. Hex color #C3806A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C3806A is #3C7F95. Grayscale: #919191. Windows color (decimal): -3964822 or 6979779. OLE color: 6979779.
HSL color Cylindrical-coordinate representation of color #C3806A: hue angle of 14.83º degrees, saturation: 0.43, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C3806A is Cyan = 0, Magento = 0.34, Yellow = 0.46 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 128 | 106 | - |
| CMYK | 0 | 0.34 | 0.46 | 0.24 |
| HSL | 14.83º | 0.43% | 0.59% | - |
| HSV(B) | 14.83º | 0.46% | 0.76% | - |
| XYZ | 32.83 | 28.08 | 17.33 | - |
| YUV | 145.53 | 105.7 | 163.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 128 | 106 | 0 | 0.34 | 0.46 | 0.24 | 14.83 | 0.43 | 0.59 |
| Hex | C3 | 80 | 6A | 0 | 22 | 2E | 18 | F | 2B | 3B |
| Octal | 303 | 200 | 152 | 0 | 42 | 56 | 30 | 17 | 53 | 73 |
| Binary | 11000011 | 10000000 | 1101010 | 0 | 100010 | 101110 | 11000 | 1111 | 101011 | 111011 |
Color Harmonies of #C3806A
Complementary color
Monochromatic Colors of #C3806A
Black with #C3806A
Text Example
Text Example
White with #C3806A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3806A; }
p { color: rgb(195,128,106); }
H1.HeaderClassName
{
color: #C3806A;
}
.AnyTagClassName
{
color: #C3806A;
}
</style>
background-color css
<style>
a { background-color: #C3806A; }
a { background-color: rgb(195,128,106); }
div.DivClassName
{
background-color: #C3806A;
}
.BgClassName
{
background-color: #C3806A;
}
</style>
border-color css
<style>
span { border-color: #C3806A; }
span { border-color: rgb(195,128,106); }
td.TdClassName
{
border-color: #C3806A;
}
.TagClassName
{
border-color: #C3806A;
}
</style>