Shades of Burning Sand #C4896B
Tints of Burning Sand #C4896B
RGB
CMYK
RGB Variations
Color information
#C4896B (or 0xC4896B) is known color: Burning Sand. HEX triplet: C4, 89 and 6B. RGB value is (196,137,107). Sum of RGB (Red+Green+Blue) = 196+137+107=440 (58% of max value = 765). Red value is 196 (76.95% from 255 or 44.55% from 440); Green value is 137 (53.91% from 255 or 31.14% from 440); Blue value is 107 (42.19% from 255 or 24.32% from 440); Max value from RGB is 196 - color contains mainly: red. Hex color #C4896B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C4896B is #3B7694. Grayscale: #979797. Windows color (decimal): -3896981 or 7047620. OLE color: 7047620.
HSL color Cylindrical-coordinate representation of color #C4896B: hue angle of 20.22º 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 #C4896B is Cyan = 0, Magento = 0.30, Yellow = 0.45 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 137 | 107 | - |
| CMYK | 0 | 0.30 | 0.45 | 0.23 |
| HSL | 20.22º | 0.43% | 0.59% | - |
| HSV(B) | 20.22º | 0.45% | 0.77% | - |
| XYZ | 34.36 | 30.69 | 18.02 | - |
| YUV | 151.22 | 103.05 | 159.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 137 | 107 | 0 | 0.30 | 0.45 | 0.23 | 20.22 | 0.43 | 0.59 |
| Hex | C4 | 89 | 6B | 0 | 1E | 2D | 17 | 14 | 2B | 3B |
| Octal | 304 | 211 | 153 | 0 | 36 | 55 | 27 | 24 | 53 | 73 |
| Binary | 11000100 | 10001001 | 1101011 | 0 | 11110 | 101101 | 10111 | 10100 | 101011 | 111011 |
Color Harmonies of #C4896B
Complementary color
Monochromatic Colors of #C4896B
Black with #C4896B
Text Example
Text Example
White with #C4896B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4896B; }
p { color: rgb(196,137,107); }
H1.HeaderClassName
{
color: #C4896B;
}
.AnyTagClassName
{
color: #C4896B;
}
</style>
background-color css
<style>
a { background-color: #C4896B; }
a { background-color: rgb(196,137,107); }
div.DivClassName
{
background-color: #C4896B;
}
.BgClassName
{
background-color: #C4896B;
}
</style>
border-color css
<style>
span { border-color: #C4896B; }
span { border-color: rgb(196,137,107); }
td.TdClassName
{
border-color: #C4896B;
}
.TagClassName
{
border-color: #C4896B;
}
</style>