Shades of Burning Sand #C78567
Tints of Burning Sand #C78567
RGB
CMYK
RGB Variations
Color information
#C78567 (or 0xC78567) is known color: Burning Sand. HEX triplet: C7, 85 and 67. RGB value is (199,133,103). Sum of RGB (Red+Green+Blue) = 199+133+103=435 (57% of max value = 765). Red value is 199 (78.12% from 255 or 45.75% from 435); Green value is 133 (52.34% from 255 or 30.57% from 435); Blue value is 103 (40.62% from 255 or 23.68% from 435); Max value from RGB is 199 - color contains mainly: red. Hex color #C78567 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C78567 is #387A98. Grayscale: #959595. Windows color (decimal): -3701401 or 6784455. OLE color: 6784455.
HSL color Cylindrical-coordinate representation of color #C78567: hue angle of 18.75º 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 #C78567 is Cyan = 0, Magento = 0.33, Yellow = 0.48 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 133 | 103 | - |
| CMYK | 0 | 0.33 | 0.48 | 0.22 |
| HSL | 18.75º | 0.46% | 0.59% | - |
| HSV(B) | 18.75º | 0.48% | 0.78% | - |
| XYZ | 34.39 | 29.9 | 16.79 | - |
| YUV | 149.31 | 101.87 | 163.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 133 | 103 | 0 | 0.33 | 0.48 | 0.22 | 18.75 | 0.46 | 0.59 |
| Hex | C7 | 85 | 67 | 0 | 21 | 30 | 16 | 13 | 2E | 3B |
| Octal | 307 | 205 | 147 | 0 | 41 | 60 | 26 | 23 | 56 | 73 |
| Binary | 11000111 | 10000101 | 1100111 | 0 | 100001 | 110000 | 10110 | 10011 | 101110 | 111011 |
Color Harmonies of #C78567
Complementary color
Monochromatic Colors of #C78567
Black with #C78567
Text Example
Text Example
White with #C78567
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C78567; }
p { color: rgb(199,133,103); }
H1.HeaderClassName
{
color: #C78567;
}
.AnyTagClassName
{
color: #C78567;
}
</style>
background-color css
<style>
a { background-color: #C78567; }
a { background-color: rgb(199,133,103); }
div.DivClassName
{
background-color: #C78567;
}
.BgClassName
{
background-color: #C78567;
}
</style>
border-color css
<style>
span { border-color: #C78567; }
span { border-color: rgb(199,133,103); }
td.TdClassName
{
border-color: #C78567;
}
.TagClassName
{
border-color: #C78567;
}
</style>