Shades of Burning Sand #C3865D
Tints of Burning Sand #C3865D
RGB
CMYK
RGB Variations
Color information
#C3865D (or 0xC3865D) is known color: Burning Sand. HEX triplet: C3, 86 and 5D. RGB value is (195,134,93). Sum of RGB (Red+Green+Blue) = 195+134+93=422 (55% of max value = 765). Red value is 195 (76.56% from 255 or 46.21% from 422); Green value is 134 (52.73% from 255 or 31.75% from 422); Blue value is 93 (36.72% from 255 or 22.04% from 422); Max value from RGB is 195 - color contains mainly: red. Hex color #C3865D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C3865D is #3C79A2. Grayscale: #939393. Windows color (decimal): -3963299 or 6129347. OLE color: 6129347.
HSL color Cylindrical-coordinate representation of color #C3865D: hue angle of 24.12º degrees, saturation: 0.46, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C3865D is Cyan = 0, Magento = 0.31, Yellow = 0.52 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 134 | 93 | - |
| CMYK | 0 | 0.31 | 0.52 | 0.24 |
| HSL | 24.12º | 0.46% | 0.56% | - |
| HSV(B) | 24.12º | 0.52% | 0.76% | - |
| XYZ | 33.01 | 29.44 | 14.3 | - |
| YUV | 147.57 | 97.21 | 161.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 134 | 93 | 0 | 0.31 | 0.52 | 0.24 | 24.12 | 0.46 | 0.56 |
| Hex | C3 | 86 | 5D | 0 | 1F | 34 | 18 | 18 | 2E | 38 |
| Octal | 303 | 206 | 135 | 0 | 37 | 64 | 30 | 30 | 56 | 70 |
| Binary | 11000011 | 10000110 | 1011101 | 0 | 11111 | 110100 | 11000 | 11000 | 101110 | 111000 |
Color Harmonies of #C3865D
Complementary color
Monochromatic Colors of #C3865D
Black with #C3865D
Text Example
Text Example
White with #C3865D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3865D; }
p { color: rgb(195,134,93); }
H1.HeaderClassName
{
color: #C3865D;
}
.AnyTagClassName
{
color: #C3865D;
}
</style>
background-color css
<style>
a { background-color: #C3865D; }
a { background-color: rgb(195,134,93); }
div.DivClassName
{
background-color: #C3865D;
}
.BgClassName
{
background-color: #C3865D;
}
</style>
border-color css
<style>
span { border-color: #C3865D; }
span { border-color: rgb(195,134,93); }
td.TdClassName
{
border-color: #C3865D;
}
.TagClassName
{
border-color: #C3865D;
}
</style>