Shades of Burning Sand #C88965
Tints of Burning Sand #C88965
RGB
CMYK
RGB Variations
Color information
#C88965 (or 0xC88965) is known color: Burning Sand. HEX triplet: C8, 89 and 65. RGB value is (200,137,101). Sum of RGB (Red+Green+Blue) = 200+137+101=438 (58% of max value = 765). Red value is 200 (78.52% from 255 or 45.66% from 438); Green value is 137 (53.91% from 255 or 31.28% from 438); Blue value is 101 (39.84% from 255 or 23.06% from 438); Max value from RGB is 200 - color contains mainly: red. Hex color #C88965 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C88965 is #37769A. Grayscale: #979797. Windows color (decimal): -3634843 or 6654408. OLE color: 6654408.
HSL color Cylindrical-coordinate representation of color #C88965: hue angle of 21.82º degrees, saturation: 0.47, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C88965 is Cyan = 0, Magento = 0.32, Yellow = 0.49 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 137 | 101 | - |
| CMYK | 0 | 0.32 | 0.49 | 0.22 |
| HSL | 21.82º | 0.47% | 0.59% | - |
| HSV(B) | 21.82º | 0.5% | 0.78% | - |
| XYZ | 35.11 | 31.11 | 16.47 | - |
| YUV | 151.73 | 99.37 | 162.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 137 | 101 | 0 | 0.32 | 0.49 | 0.22 | 21.82 | 0.47 | 0.59 |
| Hex | C8 | 89 | 65 | 0 | 20 | 31 | 16 | 16 | 2F | 3B |
| Octal | 310 | 211 | 145 | 0 | 40 | 61 | 26 | 26 | 57 | 73 |
| Binary | 11001000 | 10001001 | 1100101 | 0 | 100000 | 110001 | 10110 | 10110 | 101111 | 111011 |
Color Harmonies of #C88965
Complementary color
Monochromatic Colors of #C88965
Black with #C88965
Text Example
Text Example
White with #C88965
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C88965; }
p { color: rgb(200,137,101); }
H1.HeaderClassName
{
color: #C88965;
}
.AnyTagClassName
{
color: #C88965;
}
</style>
background-color css
<style>
a { background-color: #C88965; }
a { background-color: rgb(200,137,101); }
div.DivClassName
{
background-color: #C88965;
}
.BgClassName
{
background-color: #C88965;
}
</style>
border-color css
<style>
span { border-color: #C88965; }
span { border-color: rgb(200,137,101); }
td.TdClassName
{
border-color: #C88965;
}
.TagClassName
{
border-color: #C88965;
}
</style>