Shades of Burning Sand #C28368
Tints of Burning Sand #C28368
RGB
CMYK
RGB Variations
Color information
#C28368 (or 0xC28368) is known color: Burning Sand. HEX triplet: C2, 83 and 68. RGB value is (194,131,104). Sum of RGB (Red+Green+Blue) = 194+131+104=429 (56% of max value = 765). Red value is 194 (76.17% from 255 or 45.22% from 429); Green value is 131 (51.56% from 255 or 30.54% from 429); Blue value is 104 (41.02% from 255 or 24.24% from 429); Max value from RGB is 194 - color contains mainly: red. Hex color #C28368 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C28368 is #3D7C97. Grayscale: #929292. Windows color (decimal): -4029592 or 6849474. OLE color: 6849474.
HSL color Cylindrical-coordinate representation of color #C28368: hue angle of 18º degrees, saturation: 0.42, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C28368 is Cyan = 0, Magento = 0.32, Yellow = 0.46 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 131 | 104 | - |
| CMYK | 0 | 0.32 | 0.46 | 0.24 |
| HSL | 18º | 0.42% | 0.58% | - |
| HSV(B) | 18º | 0.46% | 0.76% | - |
| XYZ | 32.86 | 28.7 | 16.9 | - |
| YUV | 146.76 | 103.87 | 161.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 131 | 104 | 0 | 0.32 | 0.46 | 0.24 | 18 | 0.42 | 0.58 |
| Hex | C2 | 83 | 68 | 0 | 20 | 2E | 18 | 12 | 2A | 3A |
| Octal | 302 | 203 | 150 | 0 | 40 | 56 | 30 | 22 | 52 | 72 |
| Binary | 11000010 | 10000011 | 1101000 | 0 | 100000 | 101110 | 11000 | 10010 | 101010 | 111010 |
Color Harmonies of #C28368
Complementary color
Monochromatic Colors of #C28368
Black with #C28368
Text Example
Text Example
White with #C28368
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C28368; }
p { color: rgb(194,131,104); }
H1.HeaderClassName
{
color: #C28368;
}
.AnyTagClassName
{
color: #C28368;
}
</style>
background-color css
<style>
a { background-color: #C28368; }
a { background-color: rgb(194,131,104); }
div.DivClassName
{
background-color: #C28368;
}
.BgClassName
{
background-color: #C28368;
}
</style>
border-color css
<style>
span { border-color: #C28368; }
span { border-color: rgb(194,131,104); }
td.TdClassName
{
border-color: #C28368;
}
.TagClassName
{
border-color: #C28368;
}
</style>