Shades of Burning Sand #C1805B
Tints of Burning Sand #C1805B
RGB
CMYK
RGB Variations
Color information
#C1805B (or 0xC1805B) is known color: Burning Sand. HEX triplet: C1, 80 and 5B. RGB value is (193,128,91). Sum of RGB (Red+Green+Blue) = 193+128+91=412 (54% of max value = 765). Red value is 193 (75.78% from 255 or 46.84% from 412); Green value is 128 (50.39% from 255 or 31.07% from 412); Blue value is 91 (35.94% from 255 or 22.09% from 412); Max value from RGB is 193 - color contains mainly: red. Hex color #C1805B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C1805B is #3E7FA4. Grayscale: #8F8F8F. Windows color (decimal): -4095909 or 5996737. OLE color: 5996737.
HSL color Cylindrical-coordinate representation of color #C1805B: hue angle of 21.76º degrees, saturation: 0.45, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C1805B is Cyan = 0, Magento = 0.34, Yellow = 0.53 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 128 | 91 | - |
| CMYK | 0 | 0.34 | 0.53 | 0.24 |
| HSL | 21.76º | 0.45% | 0.56% | - |
| HSV(B) | 21.76º | 0.53% | 0.76% | - |
| XYZ | 31.6 | 27.53 | 13.55 | - |
| YUV | 143.22 | 98.53 | 163.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 128 | 91 | 0 | 0.34 | 0.53 | 0.24 | 21.76 | 0.45 | 0.56 |
| Hex | C1 | 80 | 5B | 0 | 22 | 35 | 18 | 16 | 2D | 38 |
| Octal | 301 | 200 | 133 | 0 | 42 | 65 | 30 | 26 | 55 | 70 |
| Binary | 11000001 | 10000000 | 1011011 | 0 | 100010 | 110101 | 11000 | 10110 | 101101 | 111000 |
Color Harmonies of #C1805B
Complementary color
Monochromatic Colors of #C1805B
Black with #C1805B
Text Example
Text Example
White with #C1805B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1805B; }
p { color: rgb(193,128,91); }
H1.HeaderClassName
{
color: #C1805B;
}
.AnyTagClassName
{
color: #C1805B;
}
</style>
background-color css
<style>
a { background-color: #C1805B; }
a { background-color: rgb(193,128,91); }
div.DivClassName
{
background-color: #C1805B;
}
.BgClassName
{
background-color: #C1805B;
}
</style>
border-color css
<style>
span { border-color: #C1805B; }
span { border-color: rgb(193,128,91); }
td.TdClassName
{
border-color: #C1805B;
}
.TagClassName
{
border-color: #C1805B;
}
</style>