Shades of Burning Sand #C28569
Tints of Burning Sand #C28569
RGB
CMYK
RGB Variations
Color information
#C28569 (or 0xC28569) is known color: Burning Sand. HEX triplet: C2, 85 and 69. RGB value is (194,133,105). Sum of RGB (Red+Green+Blue) = 194+133+105=432 (57% of max value = 765). Red value is 194 (76.17% from 255 or 44.91% from 432); Green value is 133 (52.34% from 255 or 30.79% from 432); Blue value is 105 (41.41% from 255 or 24.31% from 432); Max value from RGB is 194 - color contains mainly: red. Hex color #C28569 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C28569 is #3D7A96. Grayscale: #949494. Windows color (decimal): -4029079 or 6915522. OLE color: 6915522.
HSL color Cylindrical-coordinate representation of color #C28569: hue angle of 18.88º degrees, saturation: 0.42, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C28569 is Cyan = 0, Magento = 0.31, Yellow = 0.46 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 133 | 105 | - |
| CMYK | 0 | 0.31 | 0.46 | 0.24 |
| HSL | 18.88º | 0.42% | 0.59% | - |
| HSV(B) | 18.88º | 0.46% | 0.76% | - |
| XYZ | 33.19 | 29.26 | 17.26 | - |
| YUV | 148.05 | 103.71 | 160.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 133 | 105 | 0 | 0.31 | 0.46 | 0.24 | 18.88 | 0.42 | 0.59 |
| Hex | C2 | 85 | 69 | 0 | 1F | 2E | 18 | 13 | 2A | 3B |
| Octal | 302 | 205 | 151 | 0 | 37 | 56 | 30 | 23 | 52 | 73 |
| Binary | 11000010 | 10000101 | 1101001 | 0 | 11111 | 101110 | 11000 | 10011 | 101010 | 111011 |
Color Harmonies of #C28569
Complementary color
Monochromatic Colors of #C28569
Black with #C28569
Text Example
Text Example
White with #C28569
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C28569; }
p { color: rgb(194,133,105); }
H1.HeaderClassName
{
color: #C28569;
}
.AnyTagClassName
{
color: #C28569;
}
</style>
background-color css
<style>
a { background-color: #C28569; }
a { background-color: rgb(194,133,105); }
div.DivClassName
{
background-color: #C28569;
}
.BgClassName
{
background-color: #C28569;
}
</style>
border-color css
<style>
span { border-color: #C28569; }
span { border-color: rgb(194,133,105); }
td.TdClassName
{
border-color: #C28569;
}
.TagClassName
{
border-color: #C28569;
}
</style>