Shades of Burning Sand #C1835C
Tints of Burning Sand #C1835C
RGB
CMYK
RGB Variations
Color information
#C1835C (or 0xC1835C) is known color: Burning Sand. HEX triplet: C1, 83 and 5C. RGB value is (193,131,92). Sum of RGB (Red+Green+Blue) = 193+131+92=416 (55% of max value = 765). Red value is 193 (75.78% from 255 or 46.39% from 416); Green value is 131 (51.56% from 255 or 31.49% from 416); Blue value is 92 (36.33% from 255 or 22.12% from 416); Max value from RGB is 193 - color contains mainly: red. Hex color #C1835C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C1835C is #3E7CA3. Grayscale: #919191. Windows color (decimal): -4095140 or 6063041. OLE color: 6063041.
HSL color Cylindrical-coordinate representation of color #C1835C: hue angle of 23.17º degrees, saturation: 0.45, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C1835C is Cyan = 0, Magento = 0.32, Yellow = 0.52 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 131 | 92 | - |
| CMYK | 0 | 0.32 | 0.52 | 0.24 |
| HSL | 23.17º | 0.45% | 0.56% | - |
| HSV(B) | 23.17º | 0.52% | 0.76% | - |
| XYZ | 32.04 | 28.34 | 13.91 | - |
| YUV | 145.09 | 98.04 | 162.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 131 | 92 | 0 | 0.32 | 0.52 | 0.24 | 23.17 | 0.45 | 0.56 |
| Hex | C1 | 83 | 5C | 0 | 20 | 34 | 18 | 17 | 2D | 38 |
| Octal | 301 | 203 | 134 | 0 | 40 | 64 | 30 | 27 | 55 | 70 |
| Binary | 11000001 | 10000011 | 1011100 | 0 | 100000 | 110100 | 11000 | 10111 | 101101 | 111000 |
Color Harmonies of #C1835C
Complementary color
Monochromatic Colors of #C1835C
Black with #C1835C
Text Example
Text Example
White with #C1835C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1835C; }
p { color: rgb(193,131,92); }
H1.HeaderClassName
{
color: #C1835C;
}
.AnyTagClassName
{
color: #C1835C;
}
</style>
background-color css
<style>
a { background-color: #C1835C; }
a { background-color: rgb(193,131,92); }
div.DivClassName
{
background-color: #C1835C;
}
.BgClassName
{
background-color: #C1835C;
}
</style>
border-color css
<style>
span { border-color: #C1835C; }
span { border-color: rgb(193,131,92); }
td.TdClassName
{
border-color: #C1835C;
}
.TagClassName
{
border-color: #C1835C;
}
</style>