Shades of Burning Sand #C8865C
Tints of Burning Sand #C8865C
RGB
CMYK
RGB Variations
Color information
#C8865C (or 0xC8865C) is known color: Burning Sand. HEX triplet: C8, 86 and 5C. RGB value is (200,134,92). Sum of RGB (Red+Green+Blue) = 200+134+92=426 (56% of max value = 765). Red value is 200 (78.52% from 255 or 46.95% from 426); Green value is 134 (52.73% from 255 or 31.46% from 426); Blue value is 92 (36.33% from 255 or 21.60% from 426); Max value from RGB is 200 - color contains mainly: red. Hex color #C8865C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C8865C is #3779A3. Grayscale: #959595. Windows color (decimal): -3635620 or 6063816. OLE color: 6063816.
HSL color Cylindrical-coordinate representation of color #C8865C: hue angle of 23.33º degrees, saturation: 0.5, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C8865C is Cyan = 0, Magento = 0.33, Yellow = 0.54 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 134 | 92 | - |
| CMYK | 0 | 0.33 | 0.54 | 0.22 |
| HSL | 23.33º | 0.5% | 0.57% | - |
| HSV(B) | 23.33º | 0.54% | 0.78% | - |
| XYZ | 34.28 | 30.1 | 14.13 | - |
| YUV | 148.95 | 95.87 | 164.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 134 | 92 | 0 | 0.33 | 0.54 | 0.22 | 23.33 | 0.5 | 0.57 |
| Hex | C8 | 86 | 5C | 0 | 21 | 36 | 16 | 17 | 32 | 39 |
| Octal | 310 | 206 | 134 | 0 | 41 | 66 | 26 | 27 | 62 | 71 |
| Binary | 11001000 | 10000110 | 1011100 | 0 | 100001 | 110110 | 10110 | 10111 | 110010 | 111001 |
Color Harmonies of #C8865C
Complementary color
Monochromatic Colors of #C8865C
Black with #C8865C
Text Example
Text Example
White with #C8865C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8865C; }
p { color: rgb(200,134,92); }
H1.HeaderClassName
{
color: #C8865C;
}
.AnyTagClassName
{
color: #C8865C;
}
</style>
background-color css
<style>
a { background-color: #C8865C; }
a { background-color: rgb(200,134,92); }
div.DivClassName
{
background-color: #C8865C;
}
.BgClassName
{
background-color: #C8865C;
}
</style>
border-color css
<style>
span { border-color: #C8865C; }
span { border-color: rgb(200,134,92); }
td.TdClassName
{
border-color: #C8865C;
}
.TagClassName
{
border-color: #C8865C;
}
</style>