Shades of Burning Sand #C38166
Tints of Burning Sand #C38166
RGB
CMYK
RGB Variations
Color information
#C38166 (or 0xC38166) is known color: Burning Sand. HEX triplet: C3, 81 and 66. RGB value is (195,129,102). Sum of RGB (Red+Green+Blue) = 195+129+102=426 (56% of max value = 765). Red value is 195 (76.56% from 255 or 45.77% from 426); Green value is 129 (50.78% from 255 or 30.28% from 426); Blue value is 102 (40.23% from 255 or 23.94% from 426); Max value from RGB is 195 - color contains mainly: red. Hex color #C38166 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C38166 is #3C7E99. Grayscale: #919191. Windows color (decimal): -3964570 or 6717891. OLE color: 6717891.
HSL color Cylindrical-coordinate representation of color #C38166: hue angle of 17.42º degrees, saturation: 0.44, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C38166 is Cyan = 0, Magento = 0.34, Yellow = 0.48 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 129 | 102 | - |
| CMYK | 0 | 0.34 | 0.48 | 0.24 |
| HSL | 17.42º | 0.44% | 0.58% | - |
| HSV(B) | 17.42º | 0.48% | 0.76% | - |
| XYZ | 32.75 | 28.26 | 16.3 | - |
| YUV | 145.66 | 103.37 | 163.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 129 | 102 | 0 | 0.34 | 0.48 | 0.24 | 17.42 | 0.44 | 0.58 |
| Hex | C3 | 81 | 66 | 0 | 22 | 30 | 18 | 11 | 2C | 3A |
| Octal | 303 | 201 | 146 | 0 | 42 | 60 | 30 | 21 | 54 | 72 |
| Binary | 11000011 | 10000001 | 1100110 | 0 | 100010 | 110000 | 11000 | 10001 | 101100 | 111010 |
Color Harmonies of #C38166
Complementary color
Monochromatic Colors of #C38166
Black with #C38166
Text Example
Text Example
White with #C38166
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C38166; }
p { color: rgb(195,129,102); }
H1.HeaderClassName
{
color: #C38166;
}
.AnyTagClassName
{
color: #C38166;
}
</style>
background-color css
<style>
a { background-color: #C38166; }
a { background-color: rgb(195,129,102); }
div.DivClassName
{
background-color: #C38166;
}
.BgClassName
{
background-color: #C38166;
}
</style>
border-color css
<style>
span { border-color: #C38166; }
span { border-color: rgb(195,129,102); }
td.TdClassName
{
border-color: #C38166;
}
.TagClassName
{
border-color: #C38166;
}
</style>