Shades of Burning Sand #C4826C
Tints of Burning Sand #C4826C
RGB
CMYK
RGB Variations
Color information
#C4826C (or 0xC4826C) is known color: Burning Sand. HEX triplet: C4, 82 and 6C. RGB value is (196,130,108). Sum of RGB (Red+Green+Blue) = 196+130+108=434 (57% of max value = 765). Red value is 196 (76.95% from 255 or 45.16% from 434); Green value is 130 (51.17% from 255 or 29.95% from 434); Blue value is 108 (42.58% from 255 or 24.88% from 434); Max value from RGB is 196 - color contains mainly: red. Hex color #C4826C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C4826C is #3B7D93. Grayscale: #939393. Windows color (decimal): -3898772 or 7111364. OLE color: 7111364.
HSL color Cylindrical-coordinate representation of color #C4826C: hue angle of 15º 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 #C4826C is Cyan = 0, Magento = 0.34, Yellow = 0.45 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 130 | 108 | - |
| CMYK | 0 | 0.34 | 0.45 | 0.23 |
| HSL | 15º | 0.43% | 0.6% | - |
| HSV(B) | 15º | 0.45% | 0.77% | - |
| XYZ | 33.45 | 28.78 | 17.98 | - |
| YUV | 147.23 | 105.87 | 162.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 130 | 108 | 0 | 0.34 | 0.45 | 0.23 | 15 | 0.43 | 0.6 |
| Hex | C4 | 82 | 6C | 0 | 22 | 2D | 17 | F | 2B | 3C |
| Octal | 304 | 202 | 154 | 0 | 42 | 55 | 27 | 17 | 53 | 74 |
| Binary | 11000100 | 10000010 | 1101100 | 0 | 100010 | 101101 | 10111 | 1111 | 101011 | 111100 |
Color Harmonies of #C4826C
Complementary color
Monochromatic Colors of #C4826C
Black with #C4826C
Text Example
Text Example
White with #C4826C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4826C; }
p { color: rgb(196,130,108); }
H1.HeaderClassName
{
color: #C4826C;
}
.AnyTagClassName
{
color: #C4826C;
}
</style>
background-color css
<style>
a { background-color: #C4826C; }
a { background-color: rgb(196,130,108); }
div.DivClassName
{
background-color: #C4826C;
}
.BgClassName
{
background-color: #C4826C;
}
</style>
border-color css
<style>
span { border-color: #C4826C; }
span { border-color: rgb(196,130,108); }
td.TdClassName
{
border-color: #C4826C;
}
.TagClassName
{
border-color: #C4826C;
}
</style>