Shades of Burning Sand #C38157
Tints of Burning Sand #C38157
RGB
CMYK
RGB Variations
Color information
#C38157 (or 0xC38157) is known color: Burning Sand. HEX triplet: C3, 81 and 57. RGB value is (195,129,87). Sum of RGB (Red+Green+Blue) = 195+129+87=411 (54% of max value = 765). Red value is 195 (76.56% from 255 or 47.45% from 411); Green value is 129 (50.78% from 255 or 31.39% from 411); Blue value is 87 (34.38% from 255 or 21.17% from 411); Max value from RGB is 195 - color contains mainly: red. Hex color #C38157 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C38157 is #3C7EA8. Grayscale: #909090. Windows color (decimal): -3964585 or 5734851. OLE color: 5734851.
HSL color Cylindrical-coordinate representation of color #C38157: hue angle of 23.33º degrees, saturation: 0.47, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C38157 is Cyan = 0, Magento = 0.34, Yellow = 0.55 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 129 | 87 | - |
| CMYK | 0 | 0.34 | 0.55 | 0.24 |
| HSL | 23.33º | 0.47% | 0.55% | - |
| HSV(B) | 23.33º | 0.55% | 0.76% | - |
| XYZ | 32.08 | 27.99 | 12.73 | - |
| YUV | 143.95 | 95.87 | 164.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 129 | 87 | 0 | 0.34 | 0.55 | 0.24 | 23.33 | 0.47 | 0.55 |
| Hex | C3 | 81 | 57 | 0 | 22 | 37 | 18 | 17 | 2F | 37 |
| Octal | 303 | 201 | 127 | 0 | 42 | 67 | 30 | 27 | 57 | 67 |
| Binary | 11000011 | 10000001 | 1010111 | 0 | 100010 | 110111 | 11000 | 10111 | 101111 | 110111 |
Color Harmonies of #C38157
Complementary color
Monochromatic Colors of #C38157
Black with #C38157
Text Example
Text Example
White with #C38157
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C38157; }
p { color: rgb(195,129,87); }
H1.HeaderClassName
{
color: #C38157;
}
.AnyTagClassName
{
color: #C38157;
}
</style>
background-color css
<style>
a { background-color: #C38157; }
a { background-color: rgb(195,129,87); }
div.DivClassName
{
background-color: #C38157;
}
.BgClassName
{
background-color: #C38157;
}
</style>
border-color css
<style>
span { border-color: #C38157; }
span { border-color: rgb(195,129,87); }
td.TdClassName
{
border-color: #C38157;
}
.TagClassName
{
border-color: #C38157;
}
</style>