Shades of Burning Sand #C68468
Tints of Burning Sand #C68468
RGB
CMYK
RGB Variations
Color information
#C68468 (or 0xC68468) is known color: Burning Sand. HEX triplet: C6, 84 and 68. RGB value is (198,132,104). Sum of RGB (Red+Green+Blue) = 198+132+104=434 (57% of max value = 765). Red value is 198 (77.73% from 255 or 45.62% from 434); Green value is 132 (51.95% from 255 or 30.41% from 434); Blue value is 104 (41.02% from 255 or 23.96% from 434); Max value from RGB is 198 - color contains mainly: red. Hex color #C68468 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C68468 is #397B97. Grayscale: #949494. Windows color (decimal): -3767192 or 6849734. OLE color: 6849734.
HSL color Cylindrical-coordinate representation of color #C68468: hue angle of 17.87º degrees, saturation: 0.45, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C68468 is Cyan = 0, Magento = 0.33, Yellow = 0.47 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 132 | 104 | - |
| CMYK | 0 | 0.33 | 0.47 | 0.22 |
| HSL | 17.87º | 0.45% | 0.59% | - |
| HSV(B) | 17.87º | 0.47% | 0.78% | - |
| XYZ | 34.04 | 29.51 | 17 | - |
| YUV | 148.54 | 102.87 | 163.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 132 | 104 | 0 | 0.33 | 0.47 | 0.22 | 17.87 | 0.45 | 0.59 |
| Hex | C6 | 84 | 68 | 0 | 21 | 2F | 16 | 12 | 2D | 3B |
| Octal | 306 | 204 | 150 | 0 | 41 | 57 | 26 | 22 | 55 | 73 |
| Binary | 11000110 | 10000100 | 1101000 | 0 | 100001 | 101111 | 10110 | 10010 | 101101 | 111011 |
Color Harmonies of #C68468
Complementary color
Monochromatic Colors of #C68468
Black with #C68468
Text Example
Text Example
White with #C68468
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C68468; }
p { color: rgb(198,132,104); }
H1.HeaderClassName
{
color: #C68468;
}
.AnyTagClassName
{
color: #C68468;
}
</style>
background-color css
<style>
a { background-color: #C68468; }
a { background-color: rgb(198,132,104); }
div.DivClassName
{
background-color: #C68468;
}
.BgClassName
{
background-color: #C68468;
}
</style>
border-color css
<style>
span { border-color: #C68468; }
span { border-color: rgb(198,132,104); }
td.TdClassName
{
border-color: #C68468;
}
.TagClassName
{
border-color: #C68468;
}
</style>