Shades of Burning Sand #C28861
Tints of Burning Sand #C28861
RGB
CMYK
RGB Variations
Color information
#C28861 (or 0xC28861) is known color: Burning Sand. HEX triplet: C2, 88 and 61. RGB value is (194,136,97). Sum of RGB (Red+Green+Blue) = 194+136+97=427 (56% of max value = 765). Red value is 194 (76.17% from 255 or 45.43% from 427); Green value is 136 (53.52% from 255 or 31.85% from 427); Blue value is 97 (38.28% from 255 or 22.72% from 427); Max value from RGB is 194 - color contains mainly: red. Hex color #C28861 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C28861 is #3D779E. Grayscale: #959595. Windows color (decimal): -4028319 or 6392002. OLE color: 6392002.
HSL color Cylindrical-coordinate representation of color #C28861: hue angle of 24.12º 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 #C28861 is Cyan = 0, Magento = 0.30, Yellow = 0.50 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 136 | 97 | - |
| CMYK | 0 | 0.30 | 0.50 | 0.24 |
| HSL | 24.12º | 0.44% | 0.57% | - |
| HSV(B) | 24.12º | 0.5% | 0.76% | - |
| XYZ | 33.21 | 29.94 | 15.34 | - |
| YUV | 148.9 | 98.72 | 160.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 136 | 97 | 0 | 0.30 | 0.50 | 0.24 | 24.12 | 0.44 | 0.57 |
| Hex | C2 | 88 | 61 | 0 | 1E | 32 | 18 | 18 | 2C | 39 |
| Octal | 302 | 210 | 141 | 0 | 36 | 62 | 30 | 30 | 54 | 71 |
| Binary | 11000010 | 10001000 | 1100001 | 0 | 11110 | 110010 | 11000 | 11000 | 101100 | 111001 |
Color Harmonies of #C28861
Complementary color
Monochromatic Colors of #C28861
Black with #C28861
Text Example
Text Example
White with #C28861
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C28861; }
p { color: rgb(194,136,97); }
H1.HeaderClassName
{
color: #C28861;
}
.AnyTagClassName
{
color: #C28861;
}
</style>
background-color css
<style>
a { background-color: #C28861; }
a { background-color: rgb(194,136,97); }
div.DivClassName
{
background-color: #C28861;
}
.BgClassName
{
background-color: #C28861;
}
</style>
border-color css
<style>
span { border-color: #C28861; }
span { border-color: rgb(194,136,97); }
td.TdClassName
{
border-color: #C28861;
}
.TagClassName
{
border-color: #C28861;
}
</style>