Shades of Burning Sand #C3806C
Tints of Burning Sand #C3806C
RGB
CMYK
RGB Variations
Color information
#C3806C (or 0xC3806C) is known color: Burning Sand. HEX triplet: C3, 80 and 6C. RGB value is (195,128,108). Sum of RGB (Red+Green+Blue) = 195+128+108=431 (57% of max value = 765). Red value is 195 (76.56% from 255 or 45.24% from 431); Green value is 128 (50.39% from 255 or 29.70% from 431); Blue value is 108 (42.58% from 255 or 25.06% from 431); Max value from RGB is 195 - color contains mainly: red. Hex color #C3806C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C3806C is #3C7F93. Grayscale: #919191. Windows color (decimal): -3964820 or 7110851. OLE color: 7110851.
HSL color Cylindrical-coordinate representation of color #C3806C: hue angle of 13.79º 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 #C3806C is Cyan = 0, Magento = 0.34, Yellow = 0.45 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 128 | 108 | - |
| CMYK | 0 | 0.34 | 0.45 | 0.24 |
| HSL | 13.79º | 0.42% | 0.59% | - |
| HSV(B) | 13.79º | 0.45% | 0.76% | - |
| XYZ | 32.93 | 28.12 | 17.88 | - |
| YUV | 145.75 | 106.7 | 163.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 128 | 108 | 0 | 0.34 | 0.45 | 0.24 | 13.79 | 0.42 | 0.59 |
| Hex | C3 | 80 | 6C | 0 | 22 | 2D | 18 | E | 2A | 3B |
| Octal | 303 | 200 | 154 | 0 | 42 | 55 | 30 | 16 | 52 | 73 |
| Binary | 11000011 | 10000000 | 1101100 | 0 | 100010 | 101101 | 11000 | 1110 | 101010 | 111011 |
Color Harmonies of #C3806C
Complementary color
Monochromatic Colors of #C3806C
Black with #C3806C
Text Example
Text Example
White with #C3806C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3806C; }
p { color: rgb(195,128,108); }
H1.HeaderClassName
{
color: #C3806C;
}
.AnyTagClassName
{
color: #C3806C;
}
</style>
background-color css
<style>
a { background-color: #C3806C; }
a { background-color: rgb(195,128,108); }
div.DivClassName
{
background-color: #C3806C;
}
.BgClassName
{
background-color: #C3806C;
}
</style>
border-color css
<style>
span { border-color: #C3806C; }
span { border-color: rgb(195,128,108); }
td.TdClassName
{
border-color: #C3806C;
}
.TagClassName
{
border-color: #C3806C;
}
</style>