Shades of Burning Sand #C88568
Tints of Burning Sand #C88568
RGB
CMYK
RGB Variations
Color information
#C88568 (or 0xC88568) is known color: Burning Sand. HEX triplet: C8, 85 and 68. RGB value is (200,133,104). Sum of RGB (Red+Green+Blue) = 200+133+104=437 (57% of max value = 765). Red value is 200 (78.52% from 255 or 45.77% from 437); Green value is 133 (52.34% from 255 or 30.43% from 437); Blue value is 104 (41.02% from 255 or 23.80% from 437); Max value from RGB is 200 - color contains mainly: red. Hex color #C88568 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C88568 is #377A97. Grayscale: #959595. Windows color (decimal): -3635864 or 6849992. OLE color: 6849992.
HSL color Cylindrical-coordinate representation of color #C88568: hue angle of 18.12º degrees, saturation: 0.47, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C88568 is Cyan = 0, Magento = 0.34, Yellow = 0.48 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 133 | 104 | - |
| CMYK | 0 | 0.34 | 0.48 | 0.22 |
| HSL | 18.13º | 0.47% | 0.6% | - |
| HSV(B) | 18.13º | 0.48% | 0.78% | - |
| XYZ | 34.71 | 30.05 | 17.07 | - |
| YUV | 149.73 | 102.2 | 163.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 133 | 104 | 0 | 0.34 | 0.48 | 0.22 | 18.13 | 0.47 | 0.6 |
| Hex | C8 | 85 | 68 | 0 | 22 | 30 | 16 | 12 | 2F | 3C |
| Octal | 310 | 205 | 150 | 0 | 42 | 60 | 26 | 22 | 57 | 74 |
| Binary | 11001000 | 10000101 | 1101000 | 0 | 100010 | 110000 | 10110 | 10010 | 101111 | 111100 |
Color Harmonies of #C88568
Complementary color
Monochromatic Colors of #C88568
Black with #C88568
Text Example
Text Example
White with #C88568
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C88568; }
p { color: rgb(200,133,104); }
H1.HeaderClassName
{
color: #C88568;
}
.AnyTagClassName
{
color: #C88568;
}
</style>
background-color css
<style>
a { background-color: #C88568; }
a { background-color: rgb(200,133,104); }
div.DivClassName
{
background-color: #C88568;
}
.BgClassName
{
background-color: #C88568;
}
</style>
border-color css
<style>
span { border-color: #C88568; }
span { border-color: rgb(200,133,104); }
td.TdClassName
{
border-color: #C88568;
}
.TagClassName
{
border-color: #C88568;
}
</style>