Shades of Burning Sand #C48A68
Tints of Burning Sand #C48A68
RGB
CMYK
RGB Variations
Color information
#C48A68 (or 0xC48A68) is known color: Burning Sand. HEX triplet: C4, 8A and 68. RGB value is (196,138,104). Sum of RGB (Red+Green+Blue) = 196+138+104=438 (58% of max value = 765). Red value is 196 (76.95% from 255 or 44.75% from 438); Green value is 138 (54.30% from 255 or 31.51% from 438); Blue value is 104 (41.02% from 255 or 23.74% from 438); Max value from RGB is 196 - color contains mainly: red. Hex color #C48A68 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C48A68 is #3B7597. Grayscale: #979797. Windows color (decimal): -3896728 or 6851268. OLE color: 6851268.
HSL color Cylindrical-coordinate representation of color #C48A68: hue angle of 22.17º 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 #C48A68 is Cyan = 0, Magento = 0.30, Yellow = 0.47 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 138 | 104 | - |
| CMYK | 0 | 0.30 | 0.47 | 0.23 |
| HSL | 22.17º | 0.44% | 0.59% | - |
| HSV(B) | 22.17º | 0.47% | 0.77% | - |
| XYZ | 34.35 | 30.91 | 17.25 | - |
| YUV | 151.47 | 101.22 | 159.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 138 | 104 | 0 | 0.30 | 0.47 | 0.23 | 22.17 | 0.44 | 0.59 |
| Hex | C4 | 8A | 68 | 0 | 1E | 2F | 17 | 16 | 2C | 3B |
| Octal | 304 | 212 | 150 | 0 | 36 | 57 | 27 | 26 | 54 | 73 |
| Binary | 11000100 | 10001010 | 1101000 | 0 | 11110 | 101111 | 10111 | 10110 | 101100 | 111011 |
Color Harmonies of #C48A68
Complementary color
Monochromatic Colors of #C48A68
Black with #C48A68
Text Example
Text Example
White with #C48A68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C48A68; }
p { color: rgb(196,138,104); }
H1.HeaderClassName
{
color: #C48A68;
}
.AnyTagClassName
{
color: #C48A68;
}
</style>
background-color css
<style>
a { background-color: #C48A68; }
a { background-color: rgb(196,138,104); }
div.DivClassName
{
background-color: #C48A68;
}
.BgClassName
{
background-color: #C48A68;
}
</style>
border-color css
<style>
span { border-color: #C48A68; }
span { border-color: rgb(196,138,104); }
td.TdClassName
{
border-color: #C48A68;
}
.TagClassName
{
border-color: #C48A68;
}
</style>