Shades of Burning Sand #C3826D
Tints of Burning Sand #C3826D
RGB
CMYK
RGB Variations
Color information
#C3826D (or 0xC3826D) is known color: Burning Sand. HEX triplet: C3, 82 and 6D. RGB value is (195,130,109). Sum of RGB (Red+Green+Blue) = 195+130+109=434 (57% of max value = 765). Red value is 195 (76.56% from 255 or 44.93% from 434); Green value is 130 (51.17% from 255 or 29.95% from 434); Blue value is 109 (42.97% from 255 or 25.12% from 434); Max value from RGB is 195 - color contains mainly: red. Hex color #C3826D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C3826D is #3C7D92. Grayscale: #939393. Windows color (decimal): -3964307 or 7176899. OLE color: 7176899.
HSL color Cylindrical-coordinate representation of color #C3826D: hue angle of 14.65º 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 #C3826D is Cyan = 0, Magento = 0.33, Yellow = 0.44 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 130 | 109 | - |
| CMYK | 0 | 0.33 | 0.44 | 0.24 |
| HSL | 14.65º | 0.42% | 0.6% | - |
| HSV(B) | 14.65º | 0.44% | 0.76% | - |
| XYZ | 33.25 | 28.67 | 18.25 | - |
| YUV | 147.04 | 106.53 | 162.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 130 | 109 | 0 | 0.33 | 0.44 | 0.24 | 14.65 | 0.42 | 0.6 |
| Hex | C3 | 82 | 6D | 0 | 21 | 2C | 18 | F | 2A | 3C |
| Octal | 303 | 202 | 155 | 0 | 41 | 54 | 30 | 17 | 52 | 74 |
| Binary | 11000011 | 10000010 | 1101101 | 0 | 100001 | 101100 | 11000 | 1111 | 101010 | 111100 |
Color Harmonies of #C3826D
Complementary color
Monochromatic Colors of #C3826D
Black with #C3826D
Text Example
Text Example
White with #C3826D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3826D; }
p { color: rgb(195,130,109); }
H1.HeaderClassName
{
color: #C3826D;
}
.AnyTagClassName
{
color: #C3826D;
}
</style>
background-color css
<style>
a { background-color: #C3826D; }
a { background-color: rgb(195,130,109); }
div.DivClassName
{
background-color: #C3826D;
}
.BgClassName
{
background-color: #C3826D;
}
</style>
border-color css
<style>
span { border-color: #C3826D; }
span { border-color: rgb(195,130,109); }
td.TdClassName
{
border-color: #C3826D;
}
.TagClassName
{
border-color: #C3826D;
}
</style>