Shades of Burning Sand #C88467
Tints of Burning Sand #C88467
RGB
CMYK
RGB Variations
Color information
#C88467 (or 0xC88467) is known color: Burning Sand. HEX triplet: C8, 84 and 67. RGB value is (200,132,103). Sum of RGB (Red+Green+Blue) = 200+132+103=435 (57% of max value = 765). Red value is 200 (78.52% from 255 or 45.98% from 435); Green value is 132 (51.95% from 255 or 30.34% from 435); Blue value is 103 (40.62% from 255 or 23.68% from 435); Max value from RGB is 200 - color contains mainly: red. Hex color #C88467 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C88467 is #377B98. Grayscale: #959595. Windows color (decimal): -3636121 or 6784200. OLE color: 6784200.
HSL color Cylindrical-coordinate representation of color #C88467: hue angle of 17.94º degrees, saturation: 0.47, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #C88467 is Cyan = 0, Magento = 0.34, Yellow = 0.48 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 132 | 103 | - |
| CMYK | 0 | 0.34 | 0.48 | 0.22 |
| HSL | 17.94º | 0.47% | 0.59% | - |
| HSV(B) | 17.94º | 0.49% | 0.78% | - |
| XYZ | 34.52 | 29.76 | 16.76 | - |
| YUV | 149.03 | 102.03 | 164.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 132 | 103 | 0 | 0.34 | 0.48 | 0.22 | 17.94 | 0.47 | 0.59 |
| Hex | C8 | 84 | 67 | 0 | 22 | 30 | 16 | 12 | 2F | 3B |
| Octal | 310 | 204 | 147 | 0 | 42 | 60 | 26 | 22 | 57 | 73 |
| Binary | 11001000 | 10000100 | 1100111 | 0 | 100010 | 110000 | 10110 | 10010 | 101111 | 111011 |
Color Harmonies of #C88467
Complementary color
Monochromatic Colors of #C88467
Black with #C88467
Text Example
Text Example
White with #C88467
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C88467; }
p { color: rgb(200,132,103); }
H1.HeaderClassName
{
color: #C88467;
}
.AnyTagClassName
{
color: #C88467;
}
</style>
background-color css
<style>
a { background-color: #C88467; }
a { background-color: rgb(200,132,103); }
div.DivClassName
{
background-color: #C88467;
}
.BgClassName
{
background-color: #C88467;
}
</style>
border-color css
<style>
span { border-color: #C88467; }
span { border-color: rgb(200,132,103); }
td.TdClassName
{
border-color: #C88467;
}
.TagClassName
{
border-color: #C88467;
}
</style>