Shades of Burning Sand #C3856A
Tints of Burning Sand #C3856A
RGB
CMYK
RGB Variations
Color information
#C3856A (or 0xC3856A) is known color: Burning Sand. HEX triplet: C3, 85 and 6A. RGB value is (195,133,106). Sum of RGB (Red+Green+Blue) = 195+133+106=434 (57% of max value = 765). Red value is 195 (76.56% from 255 or 44.93% from 434); Green value is 133 (52.34% from 255 or 30.65% from 434); Blue value is 106 (41.80% from 255 or 24.42% from 434); Max value from RGB is 195 - color contains mainly: red. Hex color #C3856A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C3856A is #3C7A95. Grayscale: #949494. Windows color (decimal): -3963542 or 6981059. OLE color: 6981059.
HSL color Cylindrical-coordinate representation of color #C3856A: hue angle of 18.2º degrees, saturation: 0.43, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C3856A is Cyan = 0, Magento = 0.32, Yellow = 0.46 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 133 | 106 | - |
| CMYK | 0 | 0.32 | 0.46 | 0.24 |
| HSL | 18.2º | 0.43% | 0.59% | - |
| HSV(B) | 18.2º | 0.46% | 0.76% | - |
| XYZ | 33.49 | 29.42 | 17.55 | - |
| YUV | 148.46 | 104.04 | 161.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 133 | 106 | 0 | 0.32 | 0.46 | 0.24 | 18.2 | 0.43 | 0.59 |
| Hex | C3 | 85 | 6A | 0 | 20 | 2E | 18 | 12 | 2B | 3B |
| Octal | 303 | 205 | 152 | 0 | 40 | 56 | 30 | 22 | 53 | 73 |
| Binary | 11000011 | 10000101 | 1101010 | 0 | 100000 | 101110 | 11000 | 10010 | 101011 | 111011 |
Color Harmonies of #C3856A
Complementary color
Monochromatic Colors of #C3856A
Black with #C3856A
Text Example
Text Example
White with #C3856A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3856A; }
p { color: rgb(195,133,106); }
H1.HeaderClassName
{
color: #C3856A;
}
.AnyTagClassName
{
color: #C3856A;
}
</style>
background-color css
<style>
a { background-color: #C3856A; }
a { background-color: rgb(195,133,106); }
div.DivClassName
{
background-color: #C3856A;
}
.BgClassName
{
background-color: #C3856A;
}
</style>
border-color css
<style>
span { border-color: #C3856A; }
span { border-color: rgb(195,133,106); }
td.TdClassName
{
border-color: #C3856A;
}
.TagClassName
{
border-color: #C3856A;
}
</style>