Shades of Burning Sand #C78665
Tints of Burning Sand #C78665
RGB
CMYK
RGB Variations
Color information
#C78665 (or 0xC78665) is known color: Burning Sand. HEX triplet: C7, 86 and 65. RGB value is (199,134,101). Sum of RGB (Red+Green+Blue) = 199+134+101=434 (57% of max value = 765). Red value is 199 (78.12% from 255 or 45.85% from 434); Green value is 134 (52.73% from 255 or 30.88% from 434); Blue value is 101 (39.84% from 255 or 23.27% from 434); Max value from RGB is 199 - color contains mainly: red. Hex color #C78665 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C78665 is #38799A. Grayscale: #959595. Windows color (decimal): -3701147 or 6653639. OLE color: 6653639.
HSL color Cylindrical-coordinate representation of color #C78665: hue angle of 20.2º degrees, saturation: 0.47, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #C78665 is Cyan = 0, Magento = 0.33, Yellow = 0.49 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 134 | 101 | - |
| CMYK | 0 | 0.33 | 0.49 | 0.22 |
| HSL | 20.2º | 0.47% | 0.59% | - |
| HSV(B) | 20.2º | 0.49% | 0.78% | - |
| XYZ | 34.43 | 30.13 | 16.31 | - |
| YUV | 149.67 | 100.53 | 163.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 134 | 101 | 0 | 0.33 | 0.49 | 0.22 | 20.2 | 0.47 | 0.59 |
| Hex | C7 | 86 | 65 | 0 | 21 | 31 | 16 | 14 | 2F | 3B |
| Octal | 307 | 206 | 145 | 0 | 41 | 61 | 26 | 24 | 57 | 73 |
| Binary | 11000111 | 10000110 | 1100101 | 0 | 100001 | 110001 | 10110 | 10100 | 101111 | 111011 |
Color Harmonies of #C78665
Complementary color
Monochromatic Colors of #C78665
Black with #C78665
Text Example
Text Example
White with #C78665
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C78665; }
p { color: rgb(199,134,101); }
H1.HeaderClassName
{
color: #C78665;
}
.AnyTagClassName
{
color: #C78665;
}
</style>
background-color css
<style>
a { background-color: #C78665; }
a { background-color: rgb(199,134,101); }
div.DivClassName
{
background-color: #C78665;
}
.BgClassName
{
background-color: #C78665;
}
</style>
border-color css
<style>
span { border-color: #C78665; }
span { border-color: rgb(199,134,101); }
td.TdClassName
{
border-color: #C78665;
}
.TagClassName
{
border-color: #C78665;
}
</style>