Shades of Burning Sand #C5846B
Tints of Burning Sand #C5846B
RGB
CMYK
RGB Variations
Color information
#C5846B (or 0xC5846B) is known color: Burning Sand. HEX triplet: C5, 84 and 6B. RGB value is (197,132,107). Sum of RGB (Red+Green+Blue) = 197+132+107=436 (57% of max value = 765). Red value is 197 (77.34% from 255 or 45.18% from 436); Green value is 132 (51.95% from 255 or 30.28% from 436); Blue value is 107 (42.19% from 255 or 24.54% from 436); Max value from RGB is 197 - color contains mainly: red. Hex color #C5846B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C5846B is #3A7B94. Grayscale: #949494. Windows color (decimal): -3832725 or 7046341. OLE color: 7046341.
HSL color Cylindrical-coordinate representation of color #C5846B: hue angle of 16.67º degrees, saturation: 0.44, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C5846B is Cyan = 0, Magento = 0.33, Yellow = 0.46 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 132 | 107 | - |
| CMYK | 0 | 0.33 | 0.46 | 0.23 |
| HSL | 16.67º | 0.44% | 0.6% | - |
| HSV(B) | 16.67º | 0.46% | 0.77% | - |
| XYZ | 33.93 | 29.43 | 17.8 | - |
| YUV | 148.59 | 104.53 | 162.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 132 | 107 | 0 | 0.33 | 0.46 | 0.23 | 16.67 | 0.44 | 0.6 |
| Hex | C5 | 84 | 6B | 0 | 21 | 2E | 17 | 11 | 2C | 3C |
| Octal | 305 | 204 | 153 | 0 | 41 | 56 | 27 | 21 | 54 | 74 |
| Binary | 11000101 | 10000100 | 1101011 | 0 | 100001 | 101110 | 10111 | 10001 | 101100 | 111100 |
Color Harmonies of #C5846B
Complementary color
Monochromatic Colors of #C5846B
Black with #C5846B
Text Example
Text Example
White with #C5846B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5846B; }
p { color: rgb(197,132,107); }
H1.HeaderClassName
{
color: #C5846B;
}
.AnyTagClassName
{
color: #C5846B;
}
</style>
background-color css
<style>
a { background-color: #C5846B; }
a { background-color: rgb(197,132,107); }
div.DivClassName
{
background-color: #C5846B;
}
.BgClassName
{
background-color: #C5846B;
}
</style>
border-color css
<style>
span { border-color: #C5846B; }
span { border-color: rgb(197,132,107); }
td.TdClassName
{
border-color: #C5846B;
}
.TagClassName
{
border-color: #C5846B;
}
</style>