Shades of Burning Sand #C4825D
Tints of Burning Sand #C4825D
RGB
CMYK
RGB Variations
Color information
#C4825D (or 0xC4825D) is known color: Burning Sand. HEX triplet: C4, 82 and 5D. RGB value is (196,130,93). Sum of RGB (Red+Green+Blue) = 196+130+93=419 (55% of max value = 765). Red value is 196 (76.95% from 255 or 46.78% from 419); Green value is 130 (51.17% from 255 or 31.03% from 419); Blue value is 93 (36.72% from 255 or 22.20% from 419); Max value from RGB is 196 - color contains mainly: red. Hex color #C4825D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C4825D is #3B7DA2. Grayscale: #919191. Windows color (decimal): -3898787 or 6128324. OLE color: 6128324.
HSL color Cylindrical-coordinate representation of color #C4825D: hue angle of 21.55º degrees, saturation: 0.47, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C4825D is Cyan = 0, Magento = 0.34, Yellow = 0.53 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 130 | 93 | - |
| CMYK | 0 | 0.34 | 0.53 | 0.23 |
| HSL | 21.55º | 0.47% | 0.57% | - |
| HSV(B) | 21.55º | 0.53% | 0.77% | - |
| XYZ | 32.72 | 28.49 | 14.13 | - |
| YUV | 145.52 | 98.37 | 164.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 130 | 93 | 0 | 0.34 | 0.53 | 0.23 | 21.55 | 0.47 | 0.57 |
| Hex | C4 | 82 | 5D | 0 | 22 | 35 | 17 | 16 | 2F | 39 |
| Octal | 304 | 202 | 135 | 0 | 42 | 65 | 27 | 26 | 57 | 71 |
| Binary | 11000100 | 10000010 | 1011101 | 0 | 100010 | 110101 | 10111 | 10110 | 101111 | 111001 |
Color Harmonies of #C4825D
Complementary color
Monochromatic Colors of #C4825D
Black with #C4825D
Text Example
Text Example
White with #C4825D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4825D; }
p { color: rgb(196,130,93); }
H1.HeaderClassName
{
color: #C4825D;
}
.AnyTagClassName
{
color: #C4825D;
}
</style>
background-color css
<style>
a { background-color: #C4825D; }
a { background-color: rgb(196,130,93); }
div.DivClassName
{
background-color: #C4825D;
}
.BgClassName
{
background-color: #C4825D;
}
</style>
border-color css
<style>
span { border-color: #C4825D; }
span { border-color: rgb(196,130,93); }
td.TdClassName
{
border-color: #C4825D;
}
.TagClassName
{
border-color: #C4825D;
}
</style>