Shades of Burning Sand #C1856B
Tints of Burning Sand #C1856B
RGB
CMYK
RGB Variations
Color information
#C1856B (or 0xC1856B) is known color: Burning Sand. HEX triplet: C1, 85 and 6B. RGB value is (193,133,107). Sum of RGB (Red+Green+Blue) = 193+133+107=433 (57% of max value = 765). Red value is 193 (75.78% from 255 or 44.57% from 433); Green value is 133 (52.34% from 255 or 30.72% from 433); Blue value is 107 (42.19% from 255 or 24.71% from 433); Max value from RGB is 193 - color contains mainly: red. Hex color #C1856B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C1856B is #3E7A94. Grayscale: #949494. Windows color (decimal): -4094613 or 7046593. OLE color: 7046593.
HSL color Cylindrical-coordinate representation of color #C1856B: hue angle of 18.14º 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 #C1856B is Cyan = 0, Magento = 0.31, Yellow = 0.45 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 133 | 107 | - |
| CMYK | 0 | 0.31 | 0.45 | 0.24 |
| HSL | 18.14º | 0.41% | 0.59% | - |
| HSV(B) | 18.14º | 0.45% | 0.76% | - |
| XYZ | 33.03 | 29.17 | 17.8 | - |
| YUV | 147.98 | 104.88 | 160.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 133 | 107 | 0 | 0.31 | 0.45 | 0.24 | 18.14 | 0.41 | 0.59 |
| Hex | C1 | 85 | 6B | 0 | 1F | 2D | 18 | 12 | 29 | 3B |
| Octal | 301 | 205 | 153 | 0 | 37 | 55 | 30 | 22 | 51 | 73 |
| Binary | 11000001 | 10000101 | 1101011 | 0 | 11111 | 101101 | 11000 | 10010 | 101001 | 111011 |
Color Harmonies of #C1856B
Complementary color
Monochromatic Colors of #C1856B
Black with #C1856B
Text Example
Text Example
White with #C1856B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1856B; }
p { color: rgb(193,133,107); }
H1.HeaderClassName
{
color: #C1856B;
}
.AnyTagClassName
{
color: #C1856B;
}
</style>
background-color css
<style>
a { background-color: #C1856B; }
a { background-color: rgb(193,133,107); }
div.DivClassName
{
background-color: #C1856B;
}
.BgClassName
{
background-color: #C1856B;
}
</style>
border-color css
<style>
span { border-color: #C1856B; }
span { border-color: rgb(193,133,107); }
td.TdClassName
{
border-color: #C1856B;
}
.TagClassName
{
border-color: #C1856B;
}
</style>