Shades of Burning Sand #C9856F
Tints of Burning Sand #C9856F
RGB
CMYK
RGB Variations
Color information
#C9856F (or 0xC9856F) is known color: Burning Sand. HEX triplet: C9, 85 and 6F. RGB value is (201,133,111). Sum of RGB (Red+Green+Blue) = 201+133+111=445 (58% of max value = 765). Red value is 201 (78.91% from 255 or 45.17% from 445); Green value is 133 (52.34% from 255 or 29.89% from 445); Blue value is 111 (43.75% from 255 or 24.94% from 445); Max value from RGB is 201 - color contains mainly: red. Hex color #C9856F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C9856F is #367A90. Grayscale: #969696. Windows color (decimal): -3570321 or 7308745. OLE color: 7308745.
HSL color Cylindrical-coordinate representation of color #C9856F: hue angle of 14.67º degrees, saturation: 0.45, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #C9856F is Cyan = 0, Magento = 0.34, Yellow = 0.45 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 133 | 111 | - |
| CMYK | 0 | 0.34 | 0.45 | 0.21 |
| HSL | 14.67º | 0.45% | 0.61% | - |
| HSV(B) | 14.67º | 0.45% | 0.79% | - |
| XYZ | 35.34 | 30.34 | 19.03 | - |
| YUV | 150.82 | 105.53 | 163.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 133 | 111 | 0 | 0.34 | 0.45 | 0.21 | 14.67 | 0.45 | 0.61 |
| Hex | C9 | 85 | 6F | 0 | 22 | 2D | 15 | F | 2D | 3D |
| Octal | 311 | 205 | 157 | 0 | 42 | 55 | 25 | 17 | 55 | 75 |
| Binary | 11001001 | 10000101 | 1101111 | 0 | 100010 | 101101 | 10101 | 1111 | 101101 | 111101 |
Color Harmonies of #C9856F
Complementary color
Monochromatic Colors of #C9856F
Black with #C9856F
Text Example
Text Example
White with #C9856F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9856F; }
p { color: rgb(201,133,111); }
H1.HeaderClassName
{
color: #C9856F;
}
.AnyTagClassName
{
color: #C9856F;
}
</style>
background-color css
<style>
a { background-color: #C9856F; }
a { background-color: rgb(201,133,111); }
div.DivClassName
{
background-color: #C9856F;
}
.BgClassName
{
background-color: #C9856F;
}
</style>
border-color css
<style>
span { border-color: #C9856F; }
span { border-color: rgb(201,133,111); }
td.TdClassName
{
border-color: #C9856F;
}
.TagClassName
{
border-color: #C9856F;
}
</style>