Shades of Burning Sand #C38259
Tints of Burning Sand #C38259
RGB
CMYK
RGB Variations
Color information
#C38259 (or 0xC38259) is known color: Burning Sand. HEX triplet: C3, 82 and 59. RGB value is (195,130,89). Sum of RGB (Red+Green+Blue) = 195+130+89=414 (54% of max value = 765). Red value is 195 (76.56% from 255 or 47.10% from 414); Green value is 130 (51.17% from 255 or 31.40% from 414); Blue value is 89 (35.16% from 255 or 21.50% from 414); Max value from RGB is 195 - color contains mainly: red. Hex color #C38259 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C38259 is #3C7DA6. Grayscale: #909090. Windows color (decimal): -3964327 or 5866179. OLE color: 5866179.
HSL color Cylindrical-coordinate representation of color #C38259: hue angle of 23.21º degrees, saturation: 0.47, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C38259 is Cyan = 0, Magento = 0.33, Yellow = 0.54 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 130 | 89 | - |
| CMYK | 0 | 0.33 | 0.54 | 0.24 |
| HSL | 23.21º | 0.47% | 0.56% | - |
| HSV(B) | 23.21º | 0.54% | 0.76% | - |
| XYZ | 32.29 | 28.29 | 13.21 | - |
| YUV | 144.76 | 96.53 | 163.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 130 | 89 | 0 | 0.33 | 0.54 | 0.24 | 23.21 | 0.47 | 0.56 |
| Hex | C3 | 82 | 59 | 0 | 21 | 36 | 18 | 17 | 2F | 38 |
| Octal | 303 | 202 | 131 | 0 | 41 | 66 | 30 | 27 | 57 | 70 |
| Binary | 11000011 | 10000010 | 1011001 | 0 | 100001 | 110110 | 11000 | 10111 | 101111 | 111000 |
Color Harmonies of #C38259
Complementary color
Monochromatic Colors of #C38259
Black with #C38259
Text Example
Text Example
White with #C38259
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C38259; }
p { color: rgb(195,130,89); }
H1.HeaderClassName
{
color: #C38259;
}
.AnyTagClassName
{
color: #C38259;
}
</style>
background-color css
<style>
a { background-color: #C38259; }
a { background-color: rgb(195,130,89); }
div.DivClassName
{
background-color: #C38259;
}
.BgClassName
{
background-color: #C38259;
}
</style>
border-color css
<style>
span { border-color: #C38259; }
span { border-color: rgb(195,130,89); }
td.TdClassName
{
border-color: #C38259;
}
.TagClassName
{
border-color: #C38259;
}
</style>