Shades of Burning Sand #C28461
Tints of Burning Sand #C28461
RGB
CMYK
RGB Variations
Color information
#C28461 (or 0xC28461) is known color: Burning Sand. HEX triplet: C2, 84 and 61. RGB value is (194,132,97). Sum of RGB (Red+Green+Blue) = 194+132+97=423 (56% of max value = 765). Red value is 194 (76.17% from 255 or 45.86% from 423); Green value is 132 (51.95% from 255 or 31.21% from 423); Blue value is 97 (38.28% from 255 or 22.93% from 423); Max value from RGB is 194 - color contains mainly: red. Hex color #C28461 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C28461 is #3D7B9E. Grayscale: #929292. Windows color (decimal): -4029343 or 6390978. OLE color: 6390978.
HSL color Cylindrical-coordinate representation of color #C28461: hue angle of 21.65º degrees, saturation: 0.44, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C28461 is Cyan = 0, Magento = 0.32, Yellow = 0.50 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 132 | 97 | - |
| CMYK | 0 | 0.32 | 0.50 | 0.24 |
| HSL | 21.65º | 0.44% | 0.57% | - |
| HSV(B) | 21.65º | 0.5% | 0.76% | - |
| XYZ | 32.66 | 28.83 | 15.15 | - |
| YUV | 146.55 | 100.04 | 161.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 132 | 97 | 0 | 0.32 | 0.50 | 0.24 | 21.65 | 0.44 | 0.57 |
| Hex | C2 | 84 | 61 | 0 | 20 | 32 | 18 | 16 | 2C | 39 |
| Octal | 302 | 204 | 141 | 0 | 40 | 62 | 30 | 26 | 54 | 71 |
| Binary | 11000010 | 10000100 | 1100001 | 0 | 100000 | 110010 | 11000 | 10110 | 101100 | 111001 |
Color Harmonies of #C28461
Complementary color
Monochromatic Colors of #C28461
Black with #C28461
Text Example
Text Example
White with #C28461
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C28461; }
p { color: rgb(194,132,97); }
H1.HeaderClassName
{
color: #C28461;
}
.AnyTagClassName
{
color: #C28461;
}
</style>
background-color css
<style>
a { background-color: #C28461; }
a { background-color: rgb(194,132,97); }
div.DivClassName
{
background-color: #C28461;
}
.BgClassName
{
background-color: #C28461;
}
</style>
border-color css
<style>
span { border-color: #C28461; }
span { border-color: rgb(194,132,97); }
td.TdClassName
{
border-color: #C28461;
}
.TagClassName
{
border-color: #C28461;
}
</style>