Shades of Burning Sand #C3856C
Tints of Burning Sand #C3856C
RGB
CMYK
RGB Variations
Color information
#C3856C (or 0xC3856C) is known color: Burning Sand. HEX triplet: C3, 85 and 6C. RGB value is (195,133,108). Sum of RGB (Red+Green+Blue) = 195+133+108=436 (57% of max value = 765). Red value is 195 (76.56% from 255 or 44.72% from 436); Green value is 133 (52.34% from 255 or 30.50% from 436); Blue value is 108 (42.58% from 255 or 24.77% from 436); Max value from RGB is 195 - color contains mainly: red. Hex color #C3856C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C3856C is #3C7A93. Grayscale: #949494. Windows color (decimal): -3963540 or 7112131. OLE color: 7112131.
HSL color Cylindrical-coordinate representation of color #C3856C: hue angle of 17.24º 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 #C3856C is Cyan = 0, Magento = 0.32, Yellow = 0.45 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 133 | 108 | - |
| CMYK | 0 | 0.32 | 0.45 | 0.24 |
| HSL | 17.24º | 0.42% | 0.59% | - |
| HSV(B) | 17.24º | 0.45% | 0.76% | - |
| XYZ | 33.6 | 29.46 | 18.1 | - |
| YUV | 148.69 | 105.04 | 161.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 133 | 108 | 0 | 0.32 | 0.45 | 0.24 | 17.24 | 0.42 | 0.59 |
| Hex | C3 | 85 | 6C | 0 | 20 | 2D | 18 | 11 | 2A | 3B |
| Octal | 303 | 205 | 154 | 0 | 40 | 55 | 30 | 21 | 52 | 73 |
| Binary | 11000011 | 10000101 | 1101100 | 0 | 100000 | 101101 | 11000 | 10001 | 101010 | 111011 |
Color Harmonies of #C3856C
Complementary color
Monochromatic Colors of #C3856C
Black with #C3856C
Text Example
Text Example
White with #C3856C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3856C; }
p { color: rgb(195,133,108); }
H1.HeaderClassName
{
color: #C3856C;
}
.AnyTagClassName
{
color: #C3856C;
}
</style>
background-color css
<style>
a { background-color: #C3856C; }
a { background-color: rgb(195,133,108); }
div.DivClassName
{
background-color: #C3856C;
}
.BgClassName
{
background-color: #C3856C;
}
</style>
border-color css
<style>
span { border-color: #C3856C; }
span { border-color: rgb(195,133,108); }
td.TdClassName
{
border-color: #C3856C;
}
.TagClassName
{
border-color: #C3856C;
}
</style>