Shades of Burning Sand #C18057
Tints of Burning Sand #C18057
RGB
CMYK
RGB Variations
Color information
#C18057 (or 0xC18057) is known color: Burning Sand. HEX triplet: C1, 80 and 57. RGB value is (193,128,87). Sum of RGB (Red+Green+Blue) = 193+128+87=408 (54% of max value = 765). Red value is 193 (75.78% from 255 or 47.30% from 408); Green value is 128 (50.39% from 255 or 31.37% from 408); Blue value is 87 (34.38% from 255 or 21.32% from 408); Max value from RGB is 193 - color contains mainly: red. Hex color #C18057 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C18057 is #3E7FA8. Grayscale: #8E8E8E. Windows color (decimal): -4095913 or 5734593. OLE color: 5734593.
HSL color Cylindrical-coordinate representation of color #C18057: hue angle of 23.21º degrees, saturation: 0.46, 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 #C18057 is Cyan = 0, Magento = 0.34, Yellow = 0.55 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 128 | 87 | - |
| CMYK | 0 | 0.34 | 0.55 | 0.24 |
| HSL | 23.21º | 0.46% | 0.55% | - |
| HSV(B) | 23.21º | 0.55% | 0.76% | - |
| XYZ | 31.43 | 27.46 | 12.66 | - |
| YUV | 142.76 | 96.53 | 163.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 128 | 87 | 0 | 0.34 | 0.55 | 0.24 | 23.21 | 0.46 | 0.55 |
| Hex | C1 | 80 | 57 | 0 | 22 | 37 | 18 | 17 | 2E | 37 |
| Octal | 301 | 200 | 127 | 0 | 42 | 67 | 30 | 27 | 56 | 67 |
| Binary | 11000001 | 10000000 | 1010111 | 0 | 100010 | 110111 | 11000 | 10111 | 101110 | 110111 |
Color Harmonies of #C18057
Complementary color
Monochromatic Colors of #C18057
Black with #C18057
Text Example
Text Example
White with #C18057
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C18057; }
p { color: rgb(193,128,87); }
H1.HeaderClassName
{
color: #C18057;
}
.AnyTagClassName
{
color: #C18057;
}
</style>
background-color css
<style>
a { background-color: #C18057; }
a { background-color: rgb(193,128,87); }
div.DivClassName
{
background-color: #C18057;
}
.BgClassName
{
background-color: #C18057;
}
</style>
border-color css
<style>
span { border-color: #C18057; }
span { border-color: rgb(193,128,87); }
td.TdClassName
{
border-color: #C18057;
}
.TagClassName
{
border-color: #C18057;
}
</style>