Shades of Burning Sand #C78067
Tints of Burning Sand #C78067
RGB
CMYK
RGB Variations
Color information
#C78067 (or 0xC78067) is known color: Burning Sand. HEX triplet: C7, 80 and 67. RGB value is (199,128,103). Sum of RGB (Red+Green+Blue) = 199+128+103=430 (56% of max value = 765). Red value is 199 (78.12% from 255 or 46.28% from 430); Green value is 128 (50.39% from 255 or 29.77% from 430); Blue value is 103 (40.62% from 255 or 23.95% from 430); Max value from RGB is 199 - color contains mainly: red. Hex color #C78067 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C78067 is #387F98. Grayscale: #929292. Windows color (decimal): -3702681 or 6783175. OLE color: 6783175.
HSL color Cylindrical-coordinate representation of color #C78067: hue angle of 15.62º degrees, saturation: 0.46, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C78067 is Cyan = 0, Magento = 0.36, Yellow = 0.48 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 128 | 103 | - |
| CMYK | 0 | 0.36 | 0.48 | 0.22 |
| HSL | 15.63º | 0.46% | 0.59% | - |
| HSV(B) | 15.63º | 0.48% | 0.78% | - |
| XYZ | 33.72 | 28.56 | 16.57 | - |
| YUV | 146.38 | 103.52 | 165.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 128 | 103 | 0 | 0.36 | 0.48 | 0.22 | 15.63 | 0.46 | 0.59 |
| Hex | C7 | 80 | 67 | 0 | 24 | 30 | 16 | 10 | 2E | 3B |
| Octal | 307 | 200 | 147 | 0 | 44 | 60 | 26 | 20 | 56 | 73 |
| Binary | 11000111 | 10000000 | 1100111 | 0 | 100100 | 110000 | 10110 | 10000 | 101110 | 111011 |
Color Harmonies of #C78067
Complementary color
Monochromatic Colors of #C78067
Black with #C78067
Text Example
Text Example
White with #C78067
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C78067; }
p { color: rgb(199,128,103); }
H1.HeaderClassName
{
color: #C78067;
}
.AnyTagClassName
{
color: #C78067;
}
</style>
background-color css
<style>
a { background-color: #C78067; }
a { background-color: rgb(199,128,103); }
div.DivClassName
{
background-color: #C78067;
}
.BgClassName
{
background-color: #C78067;
}
</style>
border-color css
<style>
span { border-color: #C78067; }
span { border-color: rgb(199,128,103); }
td.TdClassName
{
border-color: #C78067;
}
.TagClassName
{
border-color: #C78067;
}
</style>