Shades of Burning Sand #C1805D
Tints of Burning Sand #C1805D
RGB
CMYK
RGB Variations
Color information
#C1805D (or 0xC1805D) is known color: Burning Sand. HEX triplet: C1, 80 and 5D. RGB value is (193,128,93). Sum of RGB (Red+Green+Blue) = 193+128+93=414 (54% of max value = 765). Red value is 193 (75.78% from 255 or 46.62% from 414); Green value is 128 (50.39% from 255 or 30.92% from 414); Blue value is 93 (36.72% from 255 or 22.46% from 414); Max value from RGB is 193 - color contains mainly: red. Hex color #C1805D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C1805D is #3E7FA2. Grayscale: #8F8F8F. Windows color (decimal): -4095907 or 6127809. OLE color: 6127809.
HSL color Cylindrical-coordinate representation of color #C1805D: hue angle of 21º degrees, saturation: 0.45, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C1805D is Cyan = 0, Magento = 0.34, Yellow = 0.52 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 128 | 93 | - |
| CMYK | 0 | 0.34 | 0.52 | 0.24 |
| HSL | 21º | 0.45% | 0.56% | - |
| HSV(B) | 21º | 0.52% | 0.76% | - |
| XYZ | 31.69 | 27.57 | 14.01 | - |
| YUV | 143.45 | 99.53 | 163.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 128 | 93 | 0 | 0.34 | 0.52 | 0.24 | 21 | 0.45 | 0.56 |
| Hex | C1 | 80 | 5D | 0 | 22 | 34 | 18 | 15 | 2D | 38 |
| Octal | 301 | 200 | 135 | 0 | 42 | 64 | 30 | 25 | 55 | 70 |
| Binary | 11000001 | 10000000 | 1011101 | 0 | 100010 | 110100 | 11000 | 10101 | 101101 | 111000 |
Color Harmonies of #C1805D
Complementary color
Monochromatic Colors of #C1805D
Black with #C1805D
Text Example
Text Example
White with #C1805D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1805D; }
p { color: rgb(193,128,93); }
H1.HeaderClassName
{
color: #C1805D;
}
.AnyTagClassName
{
color: #C1805D;
}
</style>
background-color css
<style>
a { background-color: #C1805D; }
a { background-color: rgb(193,128,93); }
div.DivClassName
{
background-color: #C1805D;
}
.BgClassName
{
background-color: #C1805D;
}
</style>
border-color css
<style>
span { border-color: #C1805D; }
span { border-color: rgb(193,128,93); }
td.TdClassName
{
border-color: #C1805D;
}
.TagClassName
{
border-color: #C1805D;
}
</style>