Shades of Burning Sand #C18158
Tints of Burning Sand #C18158
RGB
CMYK
RGB Variations
Color information
#C18158 (or 0xC18158) is known color: Burning Sand. HEX triplet: C1, 81 and 58. RGB value is (193,129,88). Sum of RGB (Red+Green+Blue) = 193+129+88=410 (54% of max value = 765). Red value is 193 (75.78% from 255 or 47.07% from 410); Green value is 129 (50.78% from 255 or 31.46% from 410); Blue value is 88 (34.77% from 255 or 21.46% from 410); Max value from RGB is 193 - color contains mainly: red. Hex color #C18158 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C18158 is #3E7EA7. Grayscale: #8F8F8F. Windows color (decimal): -4095656 or 5800385. OLE color: 5800385.
HSL color Cylindrical-coordinate representation of color #C18158: hue angle of 23.43º degrees, saturation: 0.46, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C18158 is Cyan = 0, Magento = 0.33, Yellow = 0.54 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 129 | 88 | - |
| CMYK | 0 | 0.33 | 0.54 | 0.24 |
| HSL | 23.43º | 0.46% | 0.55% | - |
| HSV(B) | 23.43º | 0.54% | 0.76% | - |
| XYZ | 31.6 | 27.74 | 12.92 | - |
| YUV | 143.46 | 96.7 | 163.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 129 | 88 | 0 | 0.33 | 0.54 | 0.24 | 23.43 | 0.46 | 0.55 |
| Hex | C1 | 81 | 58 | 0 | 21 | 36 | 18 | 17 | 2E | 37 |
| Octal | 301 | 201 | 130 | 0 | 41 | 66 | 30 | 27 | 56 | 67 |
| Binary | 11000001 | 10000001 | 1011000 | 0 | 100001 | 110110 | 11000 | 10111 | 101110 | 110111 |
Color Harmonies of #C18158
Complementary color
Monochromatic Colors of #C18158
Black with #C18158
Text Example
Text Example
White with #C18158
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C18158; }
p { color: rgb(193,129,88); }
H1.HeaderClassName
{
color: #C18158;
}
.AnyTagClassName
{
color: #C18158;
}
</style>
background-color css
<style>
a { background-color: #C18158; }
a { background-color: rgb(193,129,88); }
div.DivClassName
{
background-color: #C18158;
}
.BgClassName
{
background-color: #C18158;
}
</style>
border-color css
<style>
span { border-color: #C18158; }
span { border-color: rgb(193,129,88); }
td.TdClassName
{
border-color: #C18158;
}
.TagClassName
{
border-color: #C18158;
}
</style>