Shades of Burning Sand #C2826D
Tints of Burning Sand #C2826D
RGB
CMYK
RGB Variations
Color information
#C2826D (or 0xC2826D) is known color: Burning Sand. HEX triplet: C2, 82 and 6D. RGB value is (194,130,109). Sum of RGB (Red+Green+Blue) = 194+130+109=433 (57% of max value = 765). Red value is 194 (76.17% from 255 or 44.80% from 433); Green value is 130 (51.17% from 255 or 30.02% from 433); Blue value is 109 (42.97% from 255 or 25.17% from 433); Max value from RGB is 194 - color contains mainly: red. Hex color #C2826D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C2826D is #3D7D92. Grayscale: #929292. Windows color (decimal): -4029843 or 7176898. OLE color: 7176898.
HSL color Cylindrical-coordinate representation of color #C2826D: hue angle of 14.82º degrees, saturation: 0.41, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C2826D is Cyan = 0, Magento = 0.33, Yellow = 0.44 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 130 | 109 | - |
| CMYK | 0 | 0.33 | 0.44 | 0.24 |
| HSL | 14.82º | 0.41% | 0.59% | - |
| HSV(B) | 14.82º | 0.44% | 0.76% | - |
| XYZ | 32.99 | 28.54 | 18.24 | - |
| YUV | 146.74 | 106.7 | 161.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 130 | 109 | 0 | 0.33 | 0.44 | 0.24 | 14.82 | 0.41 | 0.59 |
| Hex | C2 | 82 | 6D | 0 | 21 | 2C | 18 | F | 29 | 3B |
| Octal | 302 | 202 | 155 | 0 | 41 | 54 | 30 | 17 | 51 | 73 |
| Binary | 11000010 | 10000010 | 1101101 | 0 | 100001 | 101100 | 11000 | 1111 | 101001 | 111011 |
Color Harmonies of #C2826D
Complementary color
Monochromatic Colors of #C2826D
Black with #C2826D
Text Example
Text Example
White with #C2826D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2826D; }
p { color: rgb(194,130,109); }
H1.HeaderClassName
{
color: #C2826D;
}
.AnyTagClassName
{
color: #C2826D;
}
</style>
background-color css
<style>
a { background-color: #C2826D; }
a { background-color: rgb(194,130,109); }
div.DivClassName
{
background-color: #C2826D;
}
.BgClassName
{
background-color: #C2826D;
}
</style>
border-color css
<style>
span { border-color: #C2826D; }
span { border-color: rgb(194,130,109); }
td.TdClassName
{
border-color: #C2826D;
}
.TagClassName
{
border-color: #C2826D;
}
</style>