Shades of Burning Sand #C38462
Tints of Burning Sand #C38462
RGB
CMYK
RGB Variations
Color information
#C38462 (or 0xC38462) is known color: Burning Sand. HEX triplet: C3, 84 and 62. RGB value is (195,132,98). Sum of RGB (Red+Green+Blue) = 195+132+98=425 (56% of max value = 765). Red value is 195 (76.56% from 255 or 45.88% from 425); Green value is 132 (51.95% from 255 or 31.06% from 425); Blue value is 98 (38.67% from 255 or 23.06% from 425); Max value from RGB is 195 - color contains mainly: red. Hex color #C38462 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C38462 is #3C7B9D. Grayscale: #939393. Windows color (decimal): -3963806 or 6456515. OLE color: 6456515.
HSL color Cylindrical-coordinate representation of color #C38462: hue angle of 21.03º degrees, saturation: 0.45, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C38462 is Cyan = 0, Magento = 0.32, Yellow = 0.50 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 132 | 98 | - |
| CMYK | 0 | 0.32 | 0.50 | 0.24 |
| HSL | 21.03º | 0.45% | 0.57% | - |
| HSV(B) | 21.03º | 0.5% | 0.76% | - |
| XYZ | 32.96 | 28.99 | 15.41 | - |
| YUV | 146.96 | 100.37 | 162.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 132 | 98 | 0 | 0.32 | 0.50 | 0.24 | 21.03 | 0.45 | 0.57 |
| Hex | C3 | 84 | 62 | 0 | 20 | 32 | 18 | 15 | 2D | 39 |
| Octal | 303 | 204 | 142 | 0 | 40 | 62 | 30 | 25 | 55 | 71 |
| Binary | 11000011 | 10000100 | 1100010 | 0 | 100000 | 110010 | 11000 | 10101 | 101101 | 111001 |
Color Harmonies of #C38462
Complementary color
Monochromatic Colors of #C38462
Black with #C38462
Text Example
Text Example
White with #C38462
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C38462; }
p { color: rgb(195,132,98); }
H1.HeaderClassName
{
color: #C38462;
}
.AnyTagClassName
{
color: #C38462;
}
</style>
background-color css
<style>
a { background-color: #C38462; }
a { background-color: rgb(195,132,98); }
div.DivClassName
{
background-color: #C38462;
}
.BgClassName
{
background-color: #C38462;
}
</style>
border-color css
<style>
span { border-color: #C38462; }
span { border-color: rgb(195,132,98); }
td.TdClassName
{
border-color: #C38462;
}
.TagClassName
{
border-color: #C38462;
}
</style>