Shades of Burning Sand #C3826E
Tints of Burning Sand #C3826E
RGB
CMYK
RGB Variations
Color information
#C3826E (or 0xC3826E) is known color: Burning Sand. HEX triplet: C3, 82 and 6E. RGB value is (195,130,110). Sum of RGB (Red+Green+Blue) = 195+130+110=435 (57% of max value = 765). Red value is 195 (76.56% from 255 or 44.83% from 435); Green value is 130 (51.17% from 255 or 29.89% from 435); Blue value is 110 (43.36% from 255 or 25.29% from 435); Max value from RGB is 195 - color contains mainly: red. Hex color #C3826E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C3826E is #3C7D91. Grayscale: #939393. Windows color (decimal): -3964306 or 7242435. OLE color: 7242435.
HSL color Cylindrical-coordinate representation of color #C3826E: hue angle of 14.12º degrees, saturation: 0.41, 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 #C3826E is Cyan = 0, Magento = 0.33, Yellow = 0.44 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 130 | 110 | - |
| CMYK | 0 | 0.33 | 0.44 | 0.24 |
| HSL | 14.12º | 0.41% | 0.6% | - |
| HSV(B) | 14.12º | 0.44% | 0.76% | - |
| XYZ | 33.3 | 28.69 | 18.53 | - |
| YUV | 147.16 | 107.03 | 162.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 130 | 110 | 0 | 0.33 | 0.44 | 0.24 | 14.12 | 0.41 | 0.6 |
| Hex | C3 | 82 | 6E | 0 | 21 | 2C | 18 | E | 29 | 3C |
| Octal | 303 | 202 | 156 | 0 | 41 | 54 | 30 | 16 | 51 | 74 |
| Binary | 11000011 | 10000010 | 1101110 | 0 | 100001 | 101100 | 11000 | 1110 | 101001 | 111100 |
Color Harmonies of #C3826E
Complementary color
Monochromatic Colors of #C3826E
Black with #C3826E
Text Example
Text Example
White with #C3826E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3826E; }
p { color: rgb(195,130,110); }
H1.HeaderClassName
{
color: #C3826E;
}
.AnyTagClassName
{
color: #C3826E;
}
</style>
background-color css
<style>
a { background-color: #C3826E; }
a { background-color: rgb(195,130,110); }
div.DivClassName
{
background-color: #C3826E;
}
.BgClassName
{
background-color: #C3826E;
}
</style>
border-color css
<style>
span { border-color: #C3826E; }
span { border-color: rgb(195,130,110); }
td.TdClassName
{
border-color: #C3826E;
}
.TagClassName
{
border-color: #C3826E;
}
</style>