Shades of Burning Sand #C4816E
Tints of Burning Sand #C4816E
RGB
CMYK
RGB Variations
Color information
#C4816E (or 0xC4816E) is known color: Burning Sand. HEX triplet: C4, 81 and 6E. RGB value is (196,129,110). Sum of RGB (Red+Green+Blue) = 196+129+110=435 (57% of max value = 765). Red value is 196 (76.95% from 255 or 45.06% from 435); Green value is 129 (50.78% from 255 or 29.66% from 435); Blue value is 110 (43.36% from 255 or 25.29% from 435); Max value from RGB is 196 - color contains mainly: red. Hex color #C4816E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C4816E is #3B7E91. Grayscale: #939393. Windows color (decimal): -3899026 or 7242180. OLE color: 7242180.
HSL color Cylindrical-coordinate representation of color #C4816E: hue angle of 13.26º degrees, saturation: 0.42, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C4816E is Cyan = 0, Magento = 0.34, Yellow = 0.44 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 129 | 110 | - |
| CMYK | 0 | 0.34 | 0.44 | 0.23 |
| HSL | 13.26º | 0.42% | 0.6% | - |
| HSV(B) | 13.26º | 0.44% | 0.77% | - |
| XYZ | 33.43 | 28.56 | 18.5 | - |
| YUV | 146.87 | 107.2 | 163.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 129 | 110 | 0 | 0.34 | 0.44 | 0.23 | 13.26 | 0.42 | 0.6 |
| Hex | C4 | 81 | 6E | 0 | 22 | 2C | 17 | D | 2A | 3C |
| Octal | 304 | 201 | 156 | 0 | 42 | 54 | 27 | 15 | 52 | 74 |
| Binary | 11000100 | 10000001 | 1101110 | 0 | 100010 | 101100 | 10111 | 1101 | 101010 | 111100 |
Color Harmonies of #C4816E
Complementary color
Monochromatic Colors of #C4816E
Black with #C4816E
Text Example
Text Example
White with #C4816E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4816E; }
p { color: rgb(196,129,110); }
H1.HeaderClassName
{
color: #C4816E;
}
.AnyTagClassName
{
color: #C4816E;
}
</style>
background-color css
<style>
a { background-color: #C4816E; }
a { background-color: rgb(196,129,110); }
div.DivClassName
{
background-color: #C4816E;
}
.BgClassName
{
background-color: #C4816E;
}
</style>
border-color css
<style>
span { border-color: #C4816E; }
span { border-color: rgb(196,129,110); }
td.TdClassName
{
border-color: #C4816E;
}
.TagClassName
{
border-color: #C4816E;
}
</style>