Shades of Burning Sand #C2876B
Tints of Burning Sand #C2876B
RGB
CMYK
RGB Variations
Color information
#C2876B (or 0xC2876B) is known color: Burning Sand. HEX triplet: C2, 87 and 6B. RGB value is (194,135,107). Sum of RGB (Red+Green+Blue) = 194+135+107=436 (57% of max value = 765). Red value is 194 (76.17% from 255 or 44.50% from 436); Green value is 135 (53.12% from 255 or 30.96% from 436); Blue value is 107 (42.19% from 255 or 24.54% from 436); Max value from RGB is 194 - color contains mainly: red. Hex color #C2876B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C2876B is #3D7894. Grayscale: #959595. Windows color (decimal): -4028565 or 7047106. OLE color: 7047106.
HSL color Cylindrical-coordinate representation of color #C2876B: hue angle of 19.31º degrees, saturation: 0.42, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #C2876B is Cyan = 0, Magento = 0.30, Yellow = 0.45 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 135 | 107 | - |
| CMYK | 0 | 0.30 | 0.45 | 0.24 |
| HSL | 19.31º | 0.42% | 0.59% | - |
| HSV(B) | 19.31º | 0.45% | 0.76% | - |
| XYZ | 33.57 | 29.86 | 17.9 | - |
| YUV | 149.45 | 104.05 | 159.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 135 | 107 | 0 | 0.30 | 0.45 | 0.24 | 19.31 | 0.42 | 0.59 |
| Hex | C2 | 87 | 6B | 0 | 1E | 2D | 18 | 13 | 2A | 3B |
| Octal | 302 | 207 | 153 | 0 | 36 | 55 | 30 | 23 | 52 | 73 |
| Binary | 11000010 | 10000111 | 1101011 | 0 | 11110 | 101101 | 11000 | 10011 | 101010 | 111011 |
Color Harmonies of #C2876B
Complementary color
Monochromatic Colors of #C2876B
Black with #C2876B
Text Example
Text Example
White with #C2876B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2876B; }
p { color: rgb(194,135,107); }
H1.HeaderClassName
{
color: #C2876B;
}
.AnyTagClassName
{
color: #C2876B;
}
</style>
background-color css
<style>
a { background-color: #C2876B; }
a { background-color: rgb(194,135,107); }
div.DivClassName
{
background-color: #C2876B;
}
.BgClassName
{
background-color: #C2876B;
}
</style>
border-color css
<style>
span { border-color: #C2876B; }
span { border-color: rgb(194,135,107); }
td.TdClassName
{
border-color: #C2876B;
}
.TagClassName
{
border-color: #C2876B;
}
</style>