Shades of Burning Sand #C4896C
Tints of Burning Sand #C4896C
RGB
CMYK
RGB Variations
Color information
#C4896C (or 0xC4896C) is known color: Burning Sand. HEX triplet: C4, 89 and 6C. RGB value is (196,137,108). Sum of RGB (Red+Green+Blue) = 196+137+108=441 (58% of max value = 765). Red value is 196 (76.95% from 255 or 44.44% from 441); Green value is 137 (53.91% from 255 or 31.07% from 441); Blue value is 108 (42.58% from 255 or 24.49% from 441); Max value from RGB is 196 - color contains mainly: red. Hex color #C4896C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C4896C is #3B7693. Grayscale: #979797. Windows color (decimal): -3896980 or 7113156. OLE color: 7113156.
HSL color Cylindrical-coordinate representation of color #C4896C: hue angle of 19.77º degrees, saturation: 0.43, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #C4896C is Cyan = 0, Magento = 0.30, Yellow = 0.45 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 137 | 108 | - |
| CMYK | 0 | 0.30 | 0.45 | 0.23 |
| HSL | 19.77º | 0.43% | 0.6% | - |
| HSV(B) | 19.77º | 0.45% | 0.77% | - |
| XYZ | 34.42 | 30.71 | 18.3 | - |
| YUV | 151.34 | 103.55 | 159.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 137 | 108 | 0 | 0.30 | 0.45 | 0.23 | 19.77 | 0.43 | 0.6 |
| Hex | C4 | 89 | 6C | 0 | 1E | 2D | 17 | 14 | 2B | 3C |
| Octal | 304 | 211 | 154 | 0 | 36 | 55 | 27 | 24 | 53 | 74 |
| Binary | 11000100 | 10001001 | 1101100 | 0 | 11110 | 101101 | 10111 | 10100 | 101011 | 111100 |
Color Harmonies of #C4896C
Complementary color
Monochromatic Colors of #C4896C
Black with #C4896C
Text Example
Text Example
White with #C4896C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4896C; }
p { color: rgb(196,137,108); }
H1.HeaderClassName
{
color: #C4896C;
}
.AnyTagClassName
{
color: #C4896C;
}
</style>
background-color css
<style>
a { background-color: #C4896C; }
a { background-color: rgb(196,137,108); }
div.DivClassName
{
background-color: #C4896C;
}
.BgClassName
{
background-color: #C4896C;
}
</style>
border-color css
<style>
span { border-color: #C4896C; }
span { border-color: rgb(196,137,108); }
td.TdClassName
{
border-color: #C4896C;
}
.TagClassName
{
border-color: #C4896C;
}
</style>