Shades of Burning Sand #C88155
Tints of Burning Sand #C88155
RGB
CMYK
RGB Variations
Color information
#C88155 (or 0xC88155) is known color: Burning Sand. HEX triplet: C8, 81 and 55. RGB value is (200,129,85). Sum of RGB (Red+Green+Blue) = 200+129+85=414 (54% of max value = 765). Red value is 200 (78.52% from 255 or 48.31% from 414); Green value is 129 (50.78% from 255 or 31.16% from 414); Blue value is 85 (33.59% from 255 or 20.53% from 414); Max value from RGB is 200 - color contains mainly: red. Hex color #C88155 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C88155 is #377EAA. Grayscale: #919191. Windows color (decimal): -3636907 or 5603784. OLE color: 5603784.
HSL color Cylindrical-coordinate representation of color #C88155: hue angle of 22.96º degrees, saturation: 0.51, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C88155 is Cyan = 0, Magento = 0.36, Yellow = 0.58 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 129 | 85 | - |
| CMYK | 0 | 0.36 | 0.58 | 0.22 |
| HSL | 22.96º | 0.51% | 0.56% | - |
| HSV(B) | 22.96º | 0.58% | 0.78% | - |
| XYZ | 33.31 | 28.64 | 12.37 | - |
| YUV | 145.21 | 94.02 | 167.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 129 | 85 | 0 | 0.36 | 0.58 | 0.22 | 22.96 | 0.51 | 0.56 |
| Hex | C8 | 81 | 55 | 0 | 24 | 3A | 16 | 17 | 33 | 38 |
| Octal | 310 | 201 | 125 | 0 | 44 | 72 | 26 | 27 | 63 | 70 |
| Binary | 11001000 | 10000001 | 1010101 | 0 | 100100 | 111010 | 10110 | 10111 | 110011 | 111000 |
Color Harmonies of #C88155
Complementary color
Monochromatic Colors of #C88155
Black with #C88155
Text Example
Text Example
White with #C88155
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C88155; }
p { color: rgb(200,129,85); }
H1.HeaderClassName
{
color: #C88155;
}
.AnyTagClassName
{
color: #C88155;
}
</style>
background-color css
<style>
a { background-color: #C88155; }
a { background-color: rgb(200,129,85); }
div.DivClassName
{
background-color: #C88155;
}
.BgClassName
{
background-color: #C88155;
}
</style>
border-color css
<style>
span { border-color: #C88155; }
span { border-color: rgb(200,129,85); }
td.TdClassName
{
border-color: #C88155;
}
.TagClassName
{
border-color: #C88155;
}
</style>