Shades of Burning Sand #C3816D
Tints of Burning Sand #C3816D
RGB
CMYK
RGB Variations
Color information
#C3816D (or 0xC3816D) is known color: Burning Sand. HEX triplet: C3, 81 and 6D. RGB value is (195,129,109). Sum of RGB (Red+Green+Blue) = 195+129+109=433 (57% of max value = 765). Red value is 195 (76.56% from 255 or 45.03% from 433); Green value is 129 (50.78% from 255 or 29.79% from 433); Blue value is 109 (42.97% from 255 or 25.17% from 433); Max value from RGB is 195 - color contains mainly: red. Hex color #C3816D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C3816D is #3C7E92. Grayscale: #929292. Windows color (decimal): -3964563 or 7176643. OLE color: 7176643.
HSL color Cylindrical-coordinate representation of color #C3816D: hue angle of 13.95º degrees, saturation: 0.42, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C3816D is Cyan = 0, Magento = 0.34, Yellow = 0.44 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 129 | 109 | - |
| CMYK | 0 | 0.34 | 0.44 | 0.24 |
| HSL | 13.95º | 0.42% | 0.6% | - |
| HSV(B) | 13.95º | 0.44% | 0.76% | - |
| XYZ | 33.12 | 28.41 | 18.21 | - |
| YUV | 146.45 | 106.87 | 162.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 129 | 109 | 0 | 0.34 | 0.44 | 0.24 | 13.95 | 0.42 | 0.6 |
| Hex | C3 | 81 | 6D | 0 | 22 | 2C | 18 | E | 2A | 3C |
| Octal | 303 | 201 | 155 | 0 | 42 | 54 | 30 | 16 | 52 | 74 |
| Binary | 11000011 | 10000001 | 1101101 | 0 | 100010 | 101100 | 11000 | 1110 | 101010 | 111100 |
Color Harmonies of #C3816D
Complementary color
Monochromatic Colors of #C3816D
Black with #C3816D
Text Example
Text Example
White with #C3816D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3816D; }
p { color: rgb(195,129,109); }
H1.HeaderClassName
{
color: #C3816D;
}
.AnyTagClassName
{
color: #C3816D;
}
</style>
background-color css
<style>
a { background-color: #C3816D; }
a { background-color: rgb(195,129,109); }
div.DivClassName
{
background-color: #C3816D;
}
.BgClassName
{
background-color: #C3816D;
}
</style>
border-color css
<style>
span { border-color: #C3816D; }
span { border-color: rgb(195,129,109); }
td.TdClassName
{
border-color: #C3816D;
}
.TagClassName
{
border-color: #C3816D;
}
</style>