Shades of Burning Sand #C1876E
Tints of Burning Sand #C1876E
RGB
CMYK
RGB Variations
Color information
#C1876E (or 0xC1876E) is known color: Burning Sand. HEX triplet: C1, 87 and 6E. RGB value is (193,135,110). Sum of RGB (Red+Green+Blue) = 193+135+110=438 (58% of max value = 765). Red value is 193 (75.78% from 255 or 44.06% from 438); Green value is 135 (53.12% from 255 or 30.82% from 438); Blue value is 110 (43.36% from 255 or 25.11% from 438); Max value from RGB is 193 - color contains mainly: red. Hex color #C1876E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C1876E is #3E7891. Grayscale: #959595. Windows color (decimal): -4094098 or 7243713. OLE color: 7243713.
HSL color Cylindrical-coordinate representation of color #C1876E: hue angle of 18.07º degrees, saturation: 0.4, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #C1876E is Cyan = 0, Magento = 0.30, Yellow = 0.43 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 135 | 110 | - |
| CMYK | 0 | 0.30 | 0.43 | 0.24 |
| HSL | 18.07º | 0.4% | 0.59% | - |
| HSV(B) | 18.07º | 0.43% | 0.76% | - |
| XYZ | 33.47 | 29.79 | 18.74 | - |
| YUV | 149.49 | 105.72 | 159.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 135 | 110 | 0 | 0.30 | 0.43 | 0.24 | 18.07 | 0.4 | 0.59 |
| Hex | C1 | 87 | 6E | 0 | 1E | 2B | 18 | 12 | 28 | 3B |
| Octal | 301 | 207 | 156 | 0 | 36 | 53 | 30 | 22 | 50 | 73 |
| Binary | 11000001 | 10000111 | 1101110 | 0 | 11110 | 101011 | 11000 | 10010 | 101000 | 111011 |
Color Harmonies of #C1876E
Complementary color
Monochromatic Colors of #C1876E
Black with #C1876E
Text Example
Text Example
White with #C1876E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1876E; }
p { color: rgb(193,135,110); }
H1.HeaderClassName
{
color: #C1876E;
}
.AnyTagClassName
{
color: #C1876E;
}
</style>
background-color css
<style>
a { background-color: #C1876E; }
a { background-color: rgb(193,135,110); }
div.DivClassName
{
background-color: #C1876E;
}
.BgClassName
{
background-color: #C1876E;
}
</style>
border-color css
<style>
span { border-color: #C1876E; }
span { border-color: rgb(193,135,110); }
td.TdClassName
{
border-color: #C1876E;
}
.TagClassName
{
border-color: #C1876E;
}
</style>