Shades of Burning Sand #C9846C
Tints of Burning Sand #C9846C
RGB
CMYK
RGB Variations
Color information
#C9846C (or 0xC9846C) is known color: Burning Sand. HEX triplet: C9, 84 and 6C. RGB value is (201,132,108). Sum of RGB (Red+Green+Blue) = 201+132+108=441 (58% of max value = 765). Red value is 201 (78.91% from 255 or 45.58% from 441); Green value is 132 (51.95% from 255 or 29.93% from 441); Blue value is 108 (42.58% from 255 or 24.49% from 441); Max value from RGB is 201 - color contains mainly: red. Hex color #C9846C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C9846C is #367B93. Grayscale: #969696. Windows color (decimal): -3570580 or 7111881. OLE color: 7111881.
HSL color Cylindrical-coordinate representation of color #C9846C: hue angle of 15.48º degrees, saturation: 0.46, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C9846C is Cyan = 0, Magento = 0.34, Yellow = 0.46 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 132 | 108 | - |
| CMYK | 0 | 0.34 | 0.46 | 0.21 |
| HSL | 15.48º | 0.46% | 0.61% | - |
| HSV(B) | 15.48º | 0.46% | 0.79% | - |
| XYZ | 35.05 | 30 | 18.13 | - |
| YUV | 149.9 | 104.36 | 164.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 132 | 108 | 0 | 0.34 | 0.46 | 0.21 | 15.48 | 0.46 | 0.61 |
| Hex | C9 | 84 | 6C | 0 | 22 | 2E | 15 | F | 2E | 3D |
| Octal | 311 | 204 | 154 | 0 | 42 | 56 | 25 | 17 | 56 | 75 |
| Binary | 11001001 | 10000100 | 1101100 | 0 | 100010 | 101110 | 10101 | 1111 | 101110 | 111101 |
Color Harmonies of #C9846C
Complementary color
Monochromatic Colors of #C9846C
Black with #C9846C
Text Example
Text Example
White with #C9846C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9846C; }
p { color: rgb(201,132,108); }
H1.HeaderClassName
{
color: #C9846C;
}
.AnyTagClassName
{
color: #C9846C;
}
</style>
background-color css
<style>
a { background-color: #C9846C; }
a { background-color: rgb(201,132,108); }
div.DivClassName
{
background-color: #C9846C;
}
.BgClassName
{
background-color: #C9846C;
}
</style>
border-color css
<style>
span { border-color: #C9846C; }
span { border-color: rgb(201,132,108); }
td.TdClassName
{
border-color: #C9846C;
}
.TagClassName
{
border-color: #C9846C;
}
</style>