Shades of Burning Sand #C1856A
Tints of Burning Sand #C1856A
RGB
CMYK
RGB Variations
Color information
#C1856A (or 0xC1856A) is known color: Burning Sand. HEX triplet: C1, 85 and 6A. RGB value is (193,133,106). Sum of RGB (Red+Green+Blue) = 193+133+106=432 (57% of max value = 765). Red value is 193 (75.78% from 255 or 44.68% from 432); Green value is 133 (52.34% from 255 or 30.79% from 432); Blue value is 106 (41.80% from 255 or 24.54% from 432); Max value from RGB is 193 - color contains mainly: red. Hex color #C1856A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C1856A is #3E7A95. Grayscale: #949494. Windows color (decimal): -4094614 or 6981057. OLE color: 6981057.
HSL color Cylindrical-coordinate representation of color #C1856A: hue angle of 18.62º degrees, saturation: 0.41, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #C1856A is Cyan = 0, Magento = 0.31, Yellow = 0.45 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 133 | 106 | - |
| CMYK | 0 | 0.31 | 0.45 | 0.24 |
| HSL | 18.62º | 0.41% | 0.59% | - |
| HSV(B) | 18.62º | 0.45% | 0.76% | - |
| XYZ | 32.98 | 29.15 | 17.52 | - |
| YUV | 147.86 | 104.38 | 160.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 133 | 106 | 0 | 0.31 | 0.45 | 0.24 | 18.62 | 0.41 | 0.59 |
| Hex | C1 | 85 | 6A | 0 | 1F | 2D | 18 | 13 | 29 | 3B |
| Octal | 301 | 205 | 152 | 0 | 37 | 55 | 30 | 23 | 51 | 73 |
| Binary | 11000001 | 10000101 | 1101010 | 0 | 11111 | 101101 | 11000 | 10011 | 101001 | 111011 |
Color Harmonies of #C1856A
Complementary color
Monochromatic Colors of #C1856A
Black with #C1856A
Text Example
Text Example
White with #C1856A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1856A; }
p { color: rgb(193,133,106); }
H1.HeaderClassName
{
color: #C1856A;
}
.AnyTagClassName
{
color: #C1856A;
}
</style>
background-color css
<style>
a { background-color: #C1856A; }
a { background-color: rgb(193,133,106); }
div.DivClassName
{
background-color: #C1856A;
}
.BgClassName
{
background-color: #C1856A;
}
</style>
border-color css
<style>
span { border-color: #C1856A; }
span { border-color: rgb(193,133,106); }
td.TdClassName
{
border-color: #C1856A;
}
.TagClassName
{
border-color: #C1856A;
}
</style>