Shades of Burning Sand #C3886A
Tints of Burning Sand #C3886A
RGB
CMYK
RGB Variations
Color information
#C3886A (or 0xC3886A) is known color: Burning Sand. HEX triplet: C3, 88 and 6A. RGB value is (195,136,106). Sum of RGB (Red+Green+Blue) = 195+136+106=437 (57% of max value = 765). Red value is 195 (76.56% from 255 or 44.62% from 437); Green value is 136 (53.52% from 255 or 31.12% from 437); Blue value is 106 (41.80% from 255 or 24.26% from 437); Max value from RGB is 195 - color contains mainly: red. Hex color #C3886A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C3886A is #3C7795. Grayscale: #969696. Windows color (decimal): -3962774 or 6981827. OLE color: 6981827.
HSL color Cylindrical-coordinate representation of color #C3886A: hue angle of 20.22º 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 #C3886A is Cyan = 0, Magento = 0.30, Yellow = 0.46 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 136 | 106 | - |
| CMYK | 0 | 0.30 | 0.46 | 0.24 |
| HSL | 20.22º | 0.43% | 0.59% | - |
| HSV(B) | 20.22º | 0.46% | 0.76% | - |
| XYZ | 33.91 | 30.25 | 17.69 | - |
| YUV | 150.22 | 103.05 | 159.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 136 | 106 | 0 | 0.30 | 0.46 | 0.24 | 20.22 | 0.43 | 0.59 |
| Hex | C3 | 88 | 6A | 0 | 1E | 2E | 18 | 14 | 2B | 3B |
| Octal | 303 | 210 | 152 | 0 | 36 | 56 | 30 | 24 | 53 | 73 |
| Binary | 11000011 | 10001000 | 1101010 | 0 | 11110 | 101110 | 11000 | 10100 | 101011 | 111011 |
Color Harmonies of #C3886A
Complementary color
Monochromatic Colors of #C3886A
Black with #C3886A
Text Example
Text Example
White with #C3886A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3886A; }
p { color: rgb(195,136,106); }
H1.HeaderClassName
{
color: #C3886A;
}
.AnyTagClassName
{
color: #C3886A;
}
</style>
background-color css
<style>
a { background-color: #C3886A; }
a { background-color: rgb(195,136,106); }
div.DivClassName
{
background-color: #C3886A;
}
.BgClassName
{
background-color: #C3886A;
}
</style>
border-color css
<style>
span { border-color: #C3886A; }
span { border-color: rgb(195,136,106); }
td.TdClassName
{
border-color: #C3886A;
}
.TagClassName
{
border-color: #C3886A;
}
</style>