Shades of Burning Sand #C78263
Tints of Burning Sand #C78263
RGB
CMYK
RGB Variations
Color information
#C78263 (or 0xC78263) is known color: Burning Sand. HEX triplet: C7, 82 and 63. RGB value is (199,130,99). Sum of RGB (Red+Green+Blue) = 199+130+99=428 (56% of max value = 765). Red value is 199 (78.12% from 255 or 46.50% from 428); Green value is 130 (51.17% from 255 or 30.37% from 428); Blue value is 99 (39.06% from 255 or 23.13% from 428); Max value from RGB is 199 - color contains mainly: red. Hex color #C78263 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C78263 is #387D9C. Grayscale: #939393. Windows color (decimal): -3702173 or 6521543. OLE color: 6521543.
HSL color Cylindrical-coordinate representation of color #C78263: hue angle of 18.6º degrees, saturation: 0.47, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C78263 is Cyan = 0, Magento = 0.35, Yellow = 0.50 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 130 | 99 | - |
| CMYK | 0 | 0.35 | 0.50 | 0.22 |
| HSL | 18.6º | 0.47% | 0.58% | - |
| HSV(B) | 18.6º | 0.5% | 0.78% | - |
| XYZ | 33.79 | 29.01 | 15.62 | - |
| YUV | 147.1 | 100.86 | 165.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 130 | 99 | 0 | 0.35 | 0.50 | 0.22 | 18.6 | 0.47 | 0.58 |
| Hex | C7 | 82 | 63 | 0 | 23 | 32 | 16 | 13 | 2F | 3A |
| Octal | 307 | 202 | 143 | 0 | 43 | 62 | 26 | 23 | 57 | 72 |
| Binary | 11000111 | 10000010 | 1100011 | 0 | 100011 | 110010 | 10110 | 10011 | 101111 | 111010 |
Color Harmonies of #C78263
Complementary color
Monochromatic Colors of #C78263
Black with #C78263
Text Example
Text Example
White with #C78263
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C78263; }
p { color: rgb(199,130,99); }
H1.HeaderClassName
{
color: #C78263;
}
.AnyTagClassName
{
color: #C78263;
}
</style>
background-color css
<style>
a { background-color: #C78263; }
a { background-color: rgb(199,130,99); }
div.DivClassName
{
background-color: #C78263;
}
.BgClassName
{
background-color: #C78263;
}
</style>
border-color css
<style>
span { border-color: #C78263; }
span { border-color: rgb(199,130,99); }
td.TdClassName
{
border-color: #C78263;
}
.TagClassName
{
border-color: #C78263;
}
</style>