Shades of Burning Sand #C3846D
Tints of Burning Sand #C3846D
RGB
CMYK
RGB Variations
Color information
#C3846D (or 0xC3846D) is known color: Burning Sand. HEX triplet: C3, 84 and 6D. RGB value is (195,132,109). Sum of RGB (Red+Green+Blue) = 195+132+109=436 (57% of max value = 765). Red value is 195 (76.56% from 255 or 44.72% from 436); Green value is 132 (51.95% from 255 or 30.28% from 436); Blue value is 109 (42.97% from 255 or 25% from 436); Max value from RGB is 195 - color contains mainly: red. Hex color #C3846D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C3846D is #3C7B92. Grayscale: #949494. Windows color (decimal): -3963795 or 7177411. OLE color: 7177411.
HSL color Cylindrical-coordinate representation of color #C3846D: hue angle of 16.05º degrees, saturation: 0.42, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C3846D is Cyan = 0, Magento = 0.32, Yellow = 0.44 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 132 | 109 | - |
| CMYK | 0 | 0.32 | 0.44 | 0.24 |
| HSL | 16.05º | 0.42% | 0.6% | - |
| HSV(B) | 16.05º | 0.44% | 0.76% | - |
| XYZ | 33.52 | 29.21 | 18.34 | - |
| YUV | 148.22 | 105.87 | 161.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 132 | 109 | 0 | 0.32 | 0.44 | 0.24 | 16.05 | 0.42 | 0.6 |
| Hex | C3 | 84 | 6D | 0 | 20 | 2C | 18 | 10 | 2A | 3C |
| Octal | 303 | 204 | 155 | 0 | 40 | 54 | 30 | 20 | 52 | 74 |
| Binary | 11000011 | 10000100 | 1101101 | 0 | 100000 | 101100 | 11000 | 10000 | 101010 | 111100 |
Color Harmonies of #C3846D
Complementary color
Monochromatic Colors of #C3846D
Black with #C3846D
Text Example
Text Example
White with #C3846D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3846D; }
p { color: rgb(195,132,109); }
H1.HeaderClassName
{
color: #C3846D;
}
.AnyTagClassName
{
color: #C3846D;
}
</style>
background-color css
<style>
a { background-color: #C3846D; }
a { background-color: rgb(195,132,109); }
div.DivClassName
{
background-color: #C3846D;
}
.BgClassName
{
background-color: #C3846D;
}
</style>
border-color css
<style>
span { border-color: #C3846D; }
span { border-color: rgb(195,132,109); }
td.TdClassName
{
border-color: #C3846D;
}
.TagClassName
{
border-color: #C3846D;
}
</style>