Shades of Burning Sand #C18058
Tints of Burning Sand #C18058
RGB
CMYK
RGB Variations
Color information
#C18058 (or 0xC18058) is known color: Burning Sand. HEX triplet: C1, 80 and 58. RGB value is (193,128,88). Sum of RGB (Red+Green+Blue) = 193+128+88=409 (54% of max value = 765). Red value is 193 (75.78% from 255 or 47.19% from 409); Green value is 128 (50.39% from 255 or 31.30% from 409); Blue value is 88 (34.77% from 255 or 21.52% from 409); Max value from RGB is 193 - color contains mainly: red. Hex color #C18058 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C18058 is #3E7FA7. Grayscale: #8F8F8F. Windows color (decimal): -4095912 or 5800129. OLE color: 5800129.
HSL color Cylindrical-coordinate representation of color #C18058: hue angle of 22.86º 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 #C18058 is Cyan = 0, Magento = 0.34, Yellow = 0.54 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 128 | 88 | - |
| CMYK | 0 | 0.34 | 0.54 | 0.24 |
| HSL | 22.86º | 0.46% | 0.55% | - |
| HSV(B) | 22.86º | 0.54% | 0.76% | - |
| XYZ | 31.47 | 27.48 | 12.88 | - |
| YUV | 142.88 | 97.03 | 163.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 128 | 88 | 0 | 0.34 | 0.54 | 0.24 | 22.86 | 0.46 | 0.55 |
| Hex | C1 | 80 | 58 | 0 | 22 | 36 | 18 | 17 | 2E | 37 |
| Octal | 301 | 200 | 130 | 0 | 42 | 66 | 30 | 27 | 56 | 67 |
| Binary | 11000001 | 10000000 | 1011000 | 0 | 100010 | 110110 | 11000 | 10111 | 101110 | 110111 |
Color Harmonies of #C18058
Complementary color
Monochromatic Colors of #C18058
Black with #C18058
Text Example
Text Example
White with #C18058
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C18058; }
p { color: rgb(193,128,88); }
H1.HeaderClassName
{
color: #C18058;
}
.AnyTagClassName
{
color: #C18058;
}
</style>
background-color css
<style>
a { background-color: #C18058; }
a { background-color: rgb(193,128,88); }
div.DivClassName
{
background-color: #C18058;
}
.BgClassName
{
background-color: #C18058;
}
</style>
border-color css
<style>
span { border-color: #C18058; }
span { border-color: rgb(193,128,88); }
td.TdClassName
{
border-color: #C18058;
}
.TagClassName
{
border-color: #C18058;
}
</style>