Shades of Burning Sand #C4875E
Tints of Burning Sand #C4875E
RGB
CMYK
RGB Variations
Color information
#C4875E (or 0xC4875E) is known color: Burning Sand. HEX triplet: C4, 87 and 5E. RGB value is (196,135,94). Sum of RGB (Red+Green+Blue) = 196+135+94=425 (56% of max value = 765). Red value is 196 (76.95% from 255 or 46.12% from 425); Green value is 135 (53.12% from 255 or 31.76% from 425); Blue value is 94 (37.11% from 255 or 22.12% from 425); Max value from RGB is 196 - color contains mainly: red. Hex color #C4875E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C4875E is #3B78A1. Grayscale: #949494. Windows color (decimal): -3897506 or 6195140. OLE color: 6195140.
HSL color Cylindrical-coordinate representation of color #C4875E: hue angle of 24.12º degrees, saturation: 0.46, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C4875E is Cyan = 0, Magento = 0.31, Yellow = 0.52 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 135 | 94 | - |
| CMYK | 0 | 0.31 | 0.52 | 0.23 |
| HSL | 24.12º | 0.46% | 0.57% | - |
| HSV(B) | 24.12º | 0.52% | 0.77% | - |
| XYZ | 33.45 | 29.87 | 14.59 | - |
| YUV | 148.57 | 97.21 | 161.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 135 | 94 | 0 | 0.31 | 0.52 | 0.23 | 24.12 | 0.46 | 0.57 |
| Hex | C4 | 87 | 5E | 0 | 1F | 34 | 17 | 18 | 2E | 39 |
| Octal | 304 | 207 | 136 | 0 | 37 | 64 | 27 | 30 | 56 | 71 |
| Binary | 11000100 | 10000111 | 1011110 | 0 | 11111 | 110100 | 10111 | 11000 | 101110 | 111001 |
Color Harmonies of #C4875E
Complementary color
Monochromatic Colors of #C4875E
Black with #C4875E
Text Example
Text Example
White with #C4875E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4875E; }
p { color: rgb(196,135,94); }
H1.HeaderClassName
{
color: #C4875E;
}
.AnyTagClassName
{
color: #C4875E;
}
</style>
background-color css
<style>
a { background-color: #C4875E; }
a { background-color: rgb(196,135,94); }
div.DivClassName
{
background-color: #C4875E;
}
.BgClassName
{
background-color: #C4875E;
}
</style>
border-color css
<style>
span { border-color: #C4875E; }
span { border-color: rgb(196,135,94); }
td.TdClassName
{
border-color: #C4875E;
}
.TagClassName
{
border-color: #C4875E;
}
</style>