Shades of Burning Sand #C3826A
Tints of Burning Sand #C3826A
RGB
CMYK
RGB Variations
Color information
#C3826A (or 0xC3826A) is known color: Burning Sand. HEX triplet: C3, 82 and 6A. RGB value is (195,130,106). Sum of RGB (Red+Green+Blue) = 195+130+106=431 (57% of max value = 765). Red value is 195 (76.56% from 255 or 45.24% from 431); Green value is 130 (51.17% from 255 or 30.16% from 431); Blue value is 106 (41.80% from 255 or 24.59% from 431); Max value from RGB is 195 - color contains mainly: red. Hex color #C3826A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C3826A is #3C7D95. Grayscale: #929292. Windows color (decimal): -3964310 or 6980291. OLE color: 6980291.
HSL color Cylindrical-coordinate representation of color #C3826A: hue angle of 16.18º 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 #C3826A is Cyan = 0, Magento = 0.33, Yellow = 0.46 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 130 | 106 | - |
| CMYK | 0 | 0.33 | 0.46 | 0.24 |
| HSL | 16.18º | 0.43% | 0.59% | - |
| HSV(B) | 16.18º | 0.46% | 0.76% | - |
| XYZ | 33.09 | 28.61 | 17.41 | - |
| YUV | 146.7 | 105.03 | 162.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 130 | 106 | 0 | 0.33 | 0.46 | 0.24 | 16.18 | 0.43 | 0.59 |
| Hex | C3 | 82 | 6A | 0 | 21 | 2E | 18 | 10 | 2B | 3B |
| Octal | 303 | 202 | 152 | 0 | 41 | 56 | 30 | 20 | 53 | 73 |
| Binary | 11000011 | 10000010 | 1101010 | 0 | 100001 | 101110 | 11000 | 10000 | 101011 | 111011 |
Color Harmonies of #C3826A
Complementary color
Monochromatic Colors of #C3826A
Black with #C3826A
Text Example
Text Example
White with #C3826A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3826A; }
p { color: rgb(195,130,106); }
H1.HeaderClassName
{
color: #C3826A;
}
.AnyTagClassName
{
color: #C3826A;
}
</style>
background-color css
<style>
a { background-color: #C3826A; }
a { background-color: rgb(195,130,106); }
div.DivClassName
{
background-color: #C3826A;
}
.BgClassName
{
background-color: #C3826A;
}
</style>
border-color css
<style>
span { border-color: #C3826A; }
span { border-color: rgb(195,130,106); }
td.TdClassName
{
border-color: #C3826A;
}
.TagClassName
{
border-color: #C3826A;
}
</style>