Shades of Burning Sand #C4825C
Tints of Burning Sand #C4825C
RGB
CMYK
RGB Variations
Color information
#C4825C (or 0xC4825C) is known color: Burning Sand. HEX triplet: C4, 82 and 5C. RGB value is (196,130,92). Sum of RGB (Red+Green+Blue) = 196+130+92=418 (55% of max value = 765). Red value is 196 (76.95% from 255 or 46.89% from 418); Green value is 130 (51.17% from 255 or 31.10% from 418); Blue value is 92 (36.33% from 255 or 22.01% from 418); Max value from RGB is 196 - color contains mainly: red. Hex color #C4825C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C4825C is #3B7DA3. Grayscale: #919191. Windows color (decimal): -3898788 or 6062788. OLE color: 6062788.
HSL color Cylindrical-coordinate representation of color #C4825C: hue angle of 21.92º degrees, saturation: 0.47, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C4825C is Cyan = 0, Magento = 0.34, Yellow = 0.53 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 130 | 92 | - |
| CMYK | 0 | 0.34 | 0.53 | 0.23 |
| HSL | 21.92º | 0.47% | 0.56% | - |
| HSV(B) | 21.92º | 0.53% | 0.77% | - |
| XYZ | 32.68 | 28.47 | 13.9 | - |
| YUV | 145.4 | 97.87 | 164.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 130 | 92 | 0 | 0.34 | 0.53 | 0.23 | 21.92 | 0.47 | 0.56 |
| Hex | C4 | 82 | 5C | 0 | 22 | 35 | 17 | 16 | 2F | 38 |
| Octal | 304 | 202 | 134 | 0 | 42 | 65 | 27 | 26 | 57 | 70 |
| Binary | 11000100 | 10000010 | 1011100 | 0 | 100010 | 110101 | 10111 | 10110 | 101111 | 111000 |
Color Harmonies of #C4825C
Complementary color
Monochromatic Colors of #C4825C
Black with #C4825C
Text Example
Text Example
White with #C4825C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4825C; }
p { color: rgb(196,130,92); }
H1.HeaderClassName
{
color: #C4825C;
}
.AnyTagClassName
{
color: #C4825C;
}
</style>
background-color css
<style>
a { background-color: #C4825C; }
a { background-color: rgb(196,130,92); }
div.DivClassName
{
background-color: #C4825C;
}
.BgClassName
{
background-color: #C4825C;
}
</style>
border-color css
<style>
span { border-color: #C4825C; }
span { border-color: rgb(196,130,92); }
td.TdClassName
{
border-color: #C4825C;
}
.TagClassName
{
border-color: #C4825C;
}
</style>