Shades of Burning Sand #C1806B
Tints of Burning Sand #C1806B
RGB
CMYK
RGB Variations
Color information
#C1806B (or 0xC1806B) is known color: Burning Sand. HEX triplet: C1, 80 and 6B. RGB value is (193,128,107). Sum of RGB (Red+Green+Blue) = 193+128+107=428 (56% of max value = 765). Red value is 193 (75.78% from 255 or 45.09% from 428); Green value is 128 (50.39% from 255 or 29.91% from 428); Blue value is 107 (42.19% from 255 or 25% from 428); Max value from RGB is 193 - color contains mainly: red. Hex color #C1806B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C1806B is #3E7F94. Grayscale: #919191. Windows color (decimal): -4095893 or 7045313. OLE color: 7045313.
HSL color Cylindrical-coordinate representation of color #C1806B: hue angle of 14.65º 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 #C1806B is Cyan = 0, Magento = 0.34, Yellow = 0.45 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 128 | 107 | - |
| CMYK | 0 | 0.34 | 0.45 | 0.24 |
| HSL | 14.65º | 0.41% | 0.59% | - |
| HSV(B) | 14.65º | 0.45% | 0.76% | - |
| XYZ | 32.37 | 27.84 | 17.58 | - |
| YUV | 145.04 | 106.53 | 162.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 128 | 107 | 0 | 0.34 | 0.45 | 0.24 | 14.65 | 0.41 | 0.59 |
| Hex | C1 | 80 | 6B | 0 | 22 | 2D | 18 | F | 29 | 3B |
| Octal | 301 | 200 | 153 | 0 | 42 | 55 | 30 | 17 | 51 | 73 |
| Binary | 11000001 | 10000000 | 1101011 | 0 | 100010 | 101101 | 11000 | 1111 | 101001 | 111011 |
Color Harmonies of #C1806B
Complementary color
Monochromatic Colors of #C1806B
Black with #C1806B
Text Example
Text Example
White with #C1806B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1806B; }
p { color: rgb(193,128,107); }
H1.HeaderClassName
{
color: #C1806B;
}
.AnyTagClassName
{
color: #C1806B;
}
</style>
background-color css
<style>
a { background-color: #C1806B; }
a { background-color: rgb(193,128,107); }
div.DivClassName
{
background-color: #C1806B;
}
.BgClassName
{
background-color: #C1806B;
}
</style>
border-color css
<style>
span { border-color: #C1806B; }
span { border-color: rgb(193,128,107); }
td.TdClassName
{
border-color: #C1806B;
}
.TagClassName
{
border-color: #C1806B;
}
</style>