Shades of Burning Sand #C5826B
Tints of Burning Sand #C5826B
RGB
CMYK
RGB Variations
Color information
#C5826B (or 0xC5826B) is known color: Burning Sand. HEX triplet: C5, 82 and 6B. RGB value is (197,130,107). Sum of RGB (Red+Green+Blue) = 197+130+107=434 (57% of max value = 765). Red value is 197 (77.34% from 255 or 45.39% from 434); Green value is 130 (51.17% from 255 or 29.95% from 434); Blue value is 107 (42.19% from 255 or 24.65% from 434); Max value from RGB is 197 - color contains mainly: red. Hex color #C5826B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C5826B is #3A7D94. Grayscale: #939393. Windows color (decimal): -3833237 or 7045829. OLE color: 7045829.
HSL color Cylindrical-coordinate representation of color #C5826B: hue angle of 15.33º degrees, saturation: 0.44, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C5826B is Cyan = 0, Magento = 0.34, Yellow = 0.46 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 130 | 107 | - |
| CMYK | 0 | 0.34 | 0.46 | 0.23 |
| HSL | 15.33º | 0.44% | 0.6% | - |
| HSV(B) | 15.33º | 0.46% | 0.77% | - |
| XYZ | 33.66 | 28.9 | 17.71 | - |
| YUV | 147.41 | 105.2 | 163.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 130 | 107 | 0 | 0.34 | 0.46 | 0.23 | 15.33 | 0.44 | 0.6 |
| Hex | C5 | 82 | 6B | 0 | 22 | 2E | 17 | F | 2C | 3C |
| Octal | 305 | 202 | 153 | 0 | 42 | 56 | 27 | 17 | 54 | 74 |
| Binary | 11000101 | 10000010 | 1101011 | 0 | 100010 | 101110 | 10111 | 1111 | 101100 | 111100 |
Color Harmonies of #C5826B
Complementary color
Monochromatic Colors of #C5826B
Black with #C5826B
Text Example
Text Example
White with #C5826B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5826B; }
p { color: rgb(197,130,107); }
H1.HeaderClassName
{
color: #C5826B;
}
.AnyTagClassName
{
color: #C5826B;
}
</style>
background-color css
<style>
a { background-color: #C5826B; }
a { background-color: rgb(197,130,107); }
div.DivClassName
{
background-color: #C5826B;
}
.BgClassName
{
background-color: #C5826B;
}
</style>
border-color css
<style>
span { border-color: #C5826B; }
span { border-color: rgb(197,130,107); }
td.TdClassName
{
border-color: #C5826B;
}
.TagClassName
{
border-color: #C5826B;
}
</style>