Shades of Burning Sand #C9855A
Tints of Burning Sand #C9855A
RGB
CMYK
RGB Variations
Color information
#C9855A (or 0xC9855A) is known color: Burning Sand. HEX triplet: C9, 85 and 5A. RGB value is (201,133,90). Sum of RGB (Red+Green+Blue) = 201+133+90=424 (56% of max value = 765). Red value is 201 (78.91% from 255 or 47.41% from 424); Green value is 133 (52.34% from 255 or 31.37% from 424); Blue value is 90 (35.55% from 255 or 21.23% from 424); Max value from RGB is 201 - color contains mainly: red. Hex color #C9855A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C9855A is #367AA5. Grayscale: #949494. Windows color (decimal): -3570342 or 5932489. OLE color: 5932489.
HSL color Cylindrical-coordinate representation of color #C9855A: hue angle of 23.24º degrees, saturation: 0.51, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C9855A is Cyan = 0, Magento = 0.34, Yellow = 0.55 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 133 | 90 | - |
| CMYK | 0 | 0.34 | 0.55 | 0.21 |
| HSL | 23.24º | 0.51% | 0.57% | - |
| HSV(B) | 23.24º | 0.55% | 0.79% | - |
| XYZ | 34.32 | 29.93 | 13.64 | - |
| YUV | 148.43 | 95.03 | 165.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 133 | 90 | 0 | 0.34 | 0.55 | 0.21 | 23.24 | 0.51 | 0.57 |
| Hex | C9 | 85 | 5A | 0 | 22 | 37 | 15 | 17 | 33 | 39 |
| Octal | 311 | 205 | 132 | 0 | 42 | 67 | 25 | 27 | 63 | 71 |
| Binary | 11001001 | 10000101 | 1011010 | 0 | 100010 | 110111 | 10101 | 10111 | 110011 | 111001 |
Color Harmonies of #C9855A
Complementary color
Monochromatic Colors of #C9855A
Black with #C9855A
Text Example
Text Example
White with #C9855A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9855A; }
p { color: rgb(201,133,90); }
H1.HeaderClassName
{
color: #C9855A;
}
.AnyTagClassName
{
color: #C9855A;
}
</style>
background-color css
<style>
a { background-color: #C9855A; }
a { background-color: rgb(201,133,90); }
div.DivClassName
{
background-color: #C9855A;
}
.BgClassName
{
background-color: #C9855A;
}
</style>
border-color css
<style>
span { border-color: #C9855A; }
span { border-color: rgb(201,133,90); }
td.TdClassName
{
border-color: #C9855A;
}
.TagClassName
{
border-color: #C9855A;
}
</style>