Shades of Burning Sand #C9865D
Tints of Burning Sand #C9865D
RGB
CMYK
RGB Variations
Color information
#C9865D (or 0xC9865D) is known color: Burning Sand. HEX triplet: C9, 86 and 5D. RGB value is (201,134,93). Sum of RGB (Red+Green+Blue) = 201+134+93=428 (56% of max value = 765). Red value is 201 (78.91% from 255 or 46.96% from 428); Green value is 134 (52.73% from 255 or 31.31% from 428); Blue value is 93 (36.72% from 255 or 21.73% from 428); Max value from RGB is 201 - color contains mainly: red. Hex color #C9865D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C9865D is #3679A2. Grayscale: #959595. Windows color (decimal): -3570083 or 6129353. OLE color: 6129353.
HSL color Cylindrical-coordinate representation of color #C9865D: hue angle of 22.78º degrees, saturation: 0.5, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C9865D is Cyan = 0, Magento = 0.33, Yellow = 0.54 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 134 | 93 | - |
| CMYK | 0 | 0.33 | 0.54 | 0.21 |
| HSL | 22.78º | 0.5% | 0.58% | - |
| HSV(B) | 22.78º | 0.54% | 0.79% | - |
| XYZ | 34.59 | 30.26 | 14.37 | - |
| YUV | 149.36 | 96.2 | 164.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 134 | 93 | 0 | 0.33 | 0.54 | 0.21 | 22.78 | 0.5 | 0.58 |
| Hex | C9 | 86 | 5D | 0 | 21 | 36 | 15 | 17 | 32 | 3A |
| Octal | 311 | 206 | 135 | 0 | 41 | 66 | 25 | 27 | 62 | 72 |
| Binary | 11001001 | 10000110 | 1011101 | 0 | 100001 | 110110 | 10101 | 10111 | 110010 | 111010 |
Color Harmonies of #C9865D
Complementary color
Monochromatic Colors of #C9865D
Black with #C9865D
Text Example
Text Example
White with #C9865D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9865D; }
p { color: rgb(201,134,93); }
H1.HeaderClassName
{
color: #C9865D;
}
.AnyTagClassName
{
color: #C9865D;
}
</style>
background-color css
<style>
a { background-color: #C9865D; }
a { background-color: rgb(201,134,93); }
div.DivClassName
{
background-color: #C9865D;
}
.BgClassName
{
background-color: #C9865D;
}
</style>
border-color css
<style>
span { border-color: #C9865D; }
span { border-color: rgb(201,134,93); }
td.TdClassName
{
border-color: #C9865D;
}
.TagClassName
{
border-color: #C9865D;
}
</style>