Shades of Burning Sand #C1846B
Tints of Burning Sand #C1846B
RGB
CMYK
RGB Variations
Color information
#C1846B (or 0xC1846B) is known color: Burning Sand. HEX triplet: C1, 84 and 6B. RGB value is (193,132,107). Sum of RGB (Red+Green+Blue) = 193+132+107=432 (57% of max value = 765). Red value is 193 (75.78% from 255 or 44.68% from 432); Green value is 132 (51.95% from 255 or 30.56% from 432); Blue value is 107 (42.19% from 255 or 24.77% from 432); Max value from RGB is 193 - color contains mainly: red. Hex color #C1846B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C1846B is #3E7B94. Grayscale: #939393. Windows color (decimal): -4094869 or 7046337. OLE color: 7046337.
HSL color Cylindrical-coordinate representation of color #C1846B: hue angle of 17.44º 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 #C1846B is Cyan = 0, Magento = 0.32, Yellow = 0.45 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 132 | 107 | - |
| CMYK | 0 | 0.32 | 0.45 | 0.24 |
| HSL | 17.44º | 0.41% | 0.59% | - |
| HSV(B) | 17.44º | 0.45% | 0.76% | - |
| XYZ | 32.9 | 28.9 | 17.75 | - |
| YUV | 147.39 | 105.21 | 160.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 132 | 107 | 0 | 0.32 | 0.45 | 0.24 | 17.44 | 0.41 | 0.59 |
| Hex | C1 | 84 | 6B | 0 | 20 | 2D | 18 | 11 | 29 | 3B |
| Octal | 301 | 204 | 153 | 0 | 40 | 55 | 30 | 21 | 51 | 73 |
| Binary | 11000001 | 10000100 | 1101011 | 0 | 100000 | 101101 | 11000 | 10001 | 101001 | 111011 |
Color Harmonies of #C1846B
Complementary color
Monochromatic Colors of #C1846B
Black with #C1846B
Text Example
Text Example
White with #C1846B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1846B; }
p { color: rgb(193,132,107); }
H1.HeaderClassName
{
color: #C1846B;
}
.AnyTagClassName
{
color: #C1846B;
}
</style>
background-color css
<style>
a { background-color: #C1846B; }
a { background-color: rgb(193,132,107); }
div.DivClassName
{
background-color: #C1846B;
}
.BgClassName
{
background-color: #C1846B;
}
</style>
border-color css
<style>
span { border-color: #C1846B; }
span { border-color: rgb(193,132,107); }
td.TdClassName
{
border-color: #C1846B;
}
.TagClassName
{
border-color: #C1846B;
}
</style>