Shades of Burning Sand #C1805F
Tints of Burning Sand #C1805F
RGB
CMYK
RGB Variations
Color information
#C1805F (or 0xC1805F) is known color: Burning Sand. HEX triplet: C1, 80 and 5F. RGB value is (193,128,95). Sum of RGB (Red+Green+Blue) = 193+128+95=416 (55% of max value = 765). Red value is 193 (75.78% from 255 or 46.39% from 416); Green value is 128 (50.39% from 255 or 30.77% from 416); Blue value is 95 (37.5% from 255 or 22.84% from 416); Max value from RGB is 193 - color contains mainly: red. Hex color #C1805F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C1805F is #3E7FA0. Grayscale: #8F8F8F. Windows color (decimal): -4095905 or 6258881. OLE color: 6258881.
HSL color Cylindrical-coordinate representation of color #C1805F: hue angle of 20.2º degrees, saturation: 0.44, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C1805F is Cyan = 0, Magento = 0.34, Yellow = 0.51 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 128 | 95 | - |
| CMYK | 0 | 0.34 | 0.51 | 0.24 |
| HSL | 20.2º | 0.44% | 0.56% | - |
| HSV(B) | 20.2º | 0.51% | 0.76% | - |
| XYZ | 31.78 | 27.6 | 14.48 | - |
| YUV | 143.67 | 100.53 | 163.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 128 | 95 | 0 | 0.34 | 0.51 | 0.24 | 20.2 | 0.44 | 0.56 |
| Hex | C1 | 80 | 5F | 0 | 22 | 33 | 18 | 14 | 2C | 38 |
| Octal | 301 | 200 | 137 | 0 | 42 | 63 | 30 | 24 | 54 | 70 |
| Binary | 11000001 | 10000000 | 1011111 | 0 | 100010 | 110011 | 11000 | 10100 | 101100 | 111000 |
Color Harmonies of #C1805F
Complementary color
Monochromatic Colors of #C1805F
Black with #C1805F
Text Example
Text Example
White with #C1805F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1805F; }
p { color: rgb(193,128,95); }
H1.HeaderClassName
{
color: #C1805F;
}
.AnyTagClassName
{
color: #C1805F;
}
</style>
background-color css
<style>
a { background-color: #C1805F; }
a { background-color: rgb(193,128,95); }
div.DivClassName
{
background-color: #C1805F;
}
.BgClassName
{
background-color: #C1805F;
}
</style>
border-color css
<style>
span { border-color: #C1805F; }
span { border-color: rgb(193,128,95); }
td.TdClassName
{
border-color: #C1805F;
}
.TagClassName
{
border-color: #C1805F;
}
</style>