Shades of Burning Sand #C4806B
Tints of Burning Sand #C4806B
RGB
CMYK
RGB Variations
Color information
#C4806B (or 0xC4806B) is known color: Burning Sand. HEX triplet: C4, 80 and 6B. RGB value is (196,128,107). Sum of RGB (Red+Green+Blue) = 196+128+107=431 (57% of max value = 765). Red value is 196 (76.95% from 255 or 45.48% from 431); Green value is 128 (50.39% from 255 or 29.70% from 431); Blue value is 107 (42.19% from 255 or 24.83% from 431); Max value from RGB is 196 - color contains mainly: red. Hex color #C4806B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C4806B is #3B7F94. Grayscale: #929292. Windows color (decimal): -3899285 or 7045316. OLE color: 7045316.
HSL color Cylindrical-coordinate representation of color #C4806B: hue angle of 14.16º degrees, saturation: 0.43, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #C4806B is Cyan = 0, Magento = 0.35, Yellow = 0.45 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 128 | 107 | - |
| CMYK | 0 | 0.35 | 0.45 | 0.23 |
| HSL | 14.16º | 0.43% | 0.59% | - |
| HSV(B) | 14.16º | 0.45% | 0.77% | - |
| XYZ | 33.14 | 28.24 | 17.61 | - |
| YUV | 145.94 | 106.03 | 163.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 128 | 107 | 0 | 0.35 | 0.45 | 0.23 | 14.16 | 0.43 | 0.59 |
| Hex | C4 | 80 | 6B | 0 | 23 | 2D | 17 | E | 2B | 3B |
| Octal | 304 | 200 | 153 | 0 | 43 | 55 | 27 | 16 | 53 | 73 |
| Binary | 11000100 | 10000000 | 1101011 | 0 | 100011 | 101101 | 10111 | 1110 | 101011 | 111011 |
Color Harmonies of #C4806B
Complementary color
Monochromatic Colors of #C4806B
Black with #C4806B
Text Example
Text Example
White with #C4806B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4806B; }
p { color: rgb(196,128,107); }
H1.HeaderClassName
{
color: #C4806B;
}
.AnyTagClassName
{
color: #C4806B;
}
</style>
background-color css
<style>
a { background-color: #C4806B; }
a { background-color: rgb(196,128,107); }
div.DivClassName
{
background-color: #C4806B;
}
.BgClassName
{
background-color: #C4806B;
}
</style>
border-color css
<style>
span { border-color: #C4806B; }
span { border-color: rgb(196,128,107); }
td.TdClassName
{
border-color: #C4806B;
}
.TagClassName
{
border-color: #C4806B;
}
</style>