Shades of Burning Sand #C3876B
Tints of Burning Sand #C3876B
RGB
CMYK
RGB Variations
Color information
#C3876B (or 0xC3876B) is known color: Burning Sand. HEX triplet: C3, 87 and 6B. RGB value is (195,135,107). Sum of RGB (Red+Green+Blue) = 195+135+107=437 (57% of max value = 765). Red value is 195 (76.56% from 255 or 44.62% from 437); Green value is 135 (53.12% from 255 or 30.89% from 437); Blue value is 107 (42.19% from 255 or 24.49% from 437); Max value from RGB is 195 - color contains mainly: red. Hex color #C3876B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C3876B is #3C7894. Grayscale: #959595. Windows color (decimal): -3963029 or 7047107. OLE color: 7047107.
HSL color Cylindrical-coordinate representation of color #C3876B: hue angle of 19.09º 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 #C3876B is Cyan = 0, Magento = 0.31, Yellow = 0.45 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 135 | 107 | - |
| CMYK | 0 | 0.31 | 0.45 | 0.24 |
| HSL | 19.09º | 0.42% | 0.59% | - |
| HSV(B) | 19.09º | 0.45% | 0.76% | - |
| XYZ | 33.82 | 29.99 | 17.92 | - |
| YUV | 149.75 | 103.88 | 160.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 135 | 107 | 0 | 0.31 | 0.45 | 0.24 | 19.09 | 0.42 | 0.59 |
| Hex | C3 | 87 | 6B | 0 | 1F | 2D | 18 | 13 | 2A | 3B |
| Octal | 303 | 207 | 153 | 0 | 37 | 55 | 30 | 23 | 52 | 73 |
| Binary | 11000011 | 10000111 | 1101011 | 0 | 11111 | 101101 | 11000 | 10011 | 101010 | 111011 |
Color Harmonies of #C3876B
Complementary color
Monochromatic Colors of #C3876B
Black with #C3876B
Text Example
Text Example
White with #C3876B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3876B; }
p { color: rgb(195,135,107); }
H1.HeaderClassName
{
color: #C3876B;
}
.AnyTagClassName
{
color: #C3876B;
}
</style>
background-color css
<style>
a { background-color: #C3876B; }
a { background-color: rgb(195,135,107); }
div.DivClassName
{
background-color: #C3876B;
}
.BgClassName
{
background-color: #C3876B;
}
</style>
border-color css
<style>
span { border-color: #C3876B; }
span { border-color: rgb(195,135,107); }
td.TdClassName
{
border-color: #C3876B;
}
.TagClassName
{
border-color: #C3876B;
}
</style>