Shades of Burning Sand #C18064
Tints of Burning Sand #C18064
RGB
CMYK
RGB Variations
Color information
#C18064 (or 0xC18064) is known color: Burning Sand. HEX triplet: C1, 80 and 64. RGB value is (193,128,100). Sum of RGB (Red+Green+Blue) = 193+128+100=421 (55% of max value = 765). Red value is 193 (75.78% from 255 or 45.84% from 421); Green value is 128 (50.39% from 255 or 30.40% from 421); Blue value is 100 (39.45% from 255 or 23.75% from 421); Max value from RGB is 193 - color contains mainly: red. Hex color #C18064 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C18064 is #3E7F9B. Grayscale: #909090. Windows color (decimal): -4095900 or 6586561. OLE color: 6586561.
HSL color Cylindrical-coordinate representation of color #C18064: hue angle of 18.06º degrees, saturation: 0.43, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C18064 is Cyan = 0, Magento = 0.34, Yellow = 0.48 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 128 | 100 | - |
| CMYK | 0 | 0.34 | 0.48 | 0.24 |
| HSL | 18.06º | 0.43% | 0.57% | - |
| HSV(B) | 18.06º | 0.48% | 0.76% | - |
| XYZ | 32.01 | 27.7 | 15.72 | - |
| YUV | 144.24 | 103.03 | 162.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 128 | 100 | 0 | 0.34 | 0.48 | 0.24 | 18.06 | 0.43 | 0.57 |
| Hex | C1 | 80 | 64 | 0 | 22 | 30 | 18 | 12 | 2B | 39 |
| Octal | 301 | 200 | 144 | 0 | 42 | 60 | 30 | 22 | 53 | 71 |
| Binary | 11000001 | 10000000 | 1100100 | 0 | 100010 | 110000 | 11000 | 10010 | 101011 | 111001 |
Color Harmonies of #C18064
Complementary color
Monochromatic Colors of #C18064
Black with #C18064
Text Example
Text Example
White with #C18064
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C18064; }
p { color: rgb(193,128,100); }
H1.HeaderClassName
{
color: #C18064;
}
.AnyTagClassName
{
color: #C18064;
}
</style>
background-color css
<style>
a { background-color: #C18064; }
a { background-color: rgb(193,128,100); }
div.DivClassName
{
background-color: #C18064;
}
.BgClassName
{
background-color: #C18064;
}
</style>
border-color css
<style>
span { border-color: #C18064; }
span { border-color: rgb(193,128,100); }
td.TdClassName
{
border-color: #C18064;
}
.TagClassName
{
border-color: #C18064;
}
</style>