Shades of Burning Sand #C48568
Tints of Burning Sand #C48568
RGB
CMYK
RGB Variations
Color information
#C48568 (or 0xC48568) is known color: Burning Sand. HEX triplet: C4, 85 and 68. RGB value is (196,133,104). Sum of RGB (Red+Green+Blue) = 196+133+104=433 (57% of max value = 765). Red value is 196 (76.95% from 255 or 45.27% from 433); Green value is 133 (52.34% from 255 or 30.72% from 433); Blue value is 104 (41.02% from 255 or 24.02% from 433); Max value from RGB is 196 - color contains mainly: red. Hex color #C48568 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C48568 is #3B7A97. Grayscale: #949494. Windows color (decimal): -3898008 or 6849988. OLE color: 6849988.
HSL color Cylindrical-coordinate representation of color #C48568: hue angle of 18.91º degrees, saturation: 0.44, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C48568 is Cyan = 0, Magento = 0.32, Yellow = 0.47 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 133 | 104 | - |
| CMYK | 0 | 0.32 | 0.47 | 0.23 |
| HSL | 18.91º | 0.44% | 0.59% | - |
| HSV(B) | 18.91º | 0.47% | 0.77% | - |
| XYZ | 33.65 | 29.51 | 17.02 | - |
| YUV | 148.53 | 102.87 | 161.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 133 | 104 | 0 | 0.32 | 0.47 | 0.23 | 18.91 | 0.44 | 0.59 |
| Hex | C4 | 85 | 68 | 0 | 20 | 2F | 17 | 13 | 2C | 3B |
| Octal | 304 | 205 | 150 | 0 | 40 | 57 | 27 | 23 | 54 | 73 |
| Binary | 11000100 | 10000101 | 1101000 | 0 | 100000 | 101111 | 10111 | 10011 | 101100 | 111011 |
Color Harmonies of #C48568
Complementary color
Monochromatic Colors of #C48568
Black with #C48568
Text Example
Text Example
White with #C48568
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C48568; }
p { color: rgb(196,133,104); }
H1.HeaderClassName
{
color: #C48568;
}
.AnyTagClassName
{
color: #C48568;
}
</style>
background-color css
<style>
a { background-color: #C48568; }
a { background-color: rgb(196,133,104); }
div.DivClassName
{
background-color: #C48568;
}
.BgClassName
{
background-color: #C48568;
}
</style>
border-color css
<style>
span { border-color: #C48568; }
span { border-color: rgb(196,133,104); }
td.TdClassName
{
border-color: #C48568;
}
.TagClassName
{
border-color: #C48568;
}
</style>