Shades of Burning Sand #C68164
Tints of Burning Sand #C68164
RGB
CMYK
RGB Variations
Color information
#C68164 (or 0xC68164) is known color: Burning Sand. HEX triplet: C6, 81 and 64. RGB value is (198,129,100). Sum of RGB (Red+Green+Blue) = 198+129+100=427 (56% of max value = 765). Red value is 198 (77.73% from 255 or 46.37% from 427); Green value is 129 (50.78% from 255 or 30.21% from 427); Blue value is 100 (39.45% from 255 or 23.42% from 427); Max value from RGB is 198 - color contains mainly: red. Hex color #C68164 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C68164 is #397E9B. Grayscale: #929292. Windows color (decimal): -3767964 or 6586822. OLE color: 6586822.
HSL color Cylindrical-coordinate representation of color #C68164: hue angle of 17.76º degrees, saturation: 0.46, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #C68164 is Cyan = 0, Magento = 0.35, Yellow = 0.49 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 129 | 100 | - |
| CMYK | 0 | 0.35 | 0.49 | 0.22 |
| HSL | 17.76º | 0.46% | 0.58% | - |
| HSV(B) | 17.76º | 0.49% | 0.78% | - |
| XYZ | 33.44 | 28.63 | 15.82 | - |
| YUV | 146.33 | 101.86 | 164.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 129 | 100 | 0 | 0.35 | 0.49 | 0.22 | 17.76 | 0.46 | 0.58 |
| Hex | C6 | 81 | 64 | 0 | 23 | 31 | 16 | 12 | 2E | 3A |
| Octal | 306 | 201 | 144 | 0 | 43 | 61 | 26 | 22 | 56 | 72 |
| Binary | 11000110 | 10000001 | 1100100 | 0 | 100011 | 110001 | 10110 | 10010 | 101110 | 111010 |
Color Harmonies of #C68164
Complementary color
Monochromatic Colors of #C68164
Black with #C68164
Text Example
Text Example
White with #C68164
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C68164; }
p { color: rgb(198,129,100); }
H1.HeaderClassName
{
color: #C68164;
}
.AnyTagClassName
{
color: #C68164;
}
</style>
background-color css
<style>
a { background-color: #C68164; }
a { background-color: rgb(198,129,100); }
div.DivClassName
{
background-color: #C68164;
}
.BgClassName
{
background-color: #C68164;
}
</style>
border-color css
<style>
span { border-color: #C68164; }
span { border-color: rgb(198,129,100); }
td.TdClassName
{
border-color: #C68164;
}
.TagClassName
{
border-color: #C68164;
}
</style>