Shades of Burning Sand #C28666
Tints of Burning Sand #C28666
RGB
CMYK
RGB Variations
Color information
#C28666 (or 0xC28666) is known color: Burning Sand. HEX triplet: C2, 86 and 66. RGB value is (194,134,102). Sum of RGB (Red+Green+Blue) = 194+134+102=430 (56% of max value = 765). Red value is 194 (76.17% from 255 or 45.12% from 430); Green value is 134 (52.73% from 255 or 31.16% from 430); Blue value is 102 (40.23% from 255 or 23.72% from 430); Max value from RGB is 194 - color contains mainly: red. Hex color #C28666 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C28666 is #3D7999. Grayscale: #949494. Windows color (decimal): -4028826 or 6719170. OLE color: 6719170.
HSL color Cylindrical-coordinate representation of color #C28666: hue angle of 20.87º degrees, saturation: 0.43, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C28666 is Cyan = 0, Magento = 0.31, Yellow = 0.47 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 134 | 102 | - |
| CMYK | 0 | 0.31 | 0.47 | 0.24 |
| HSL | 20.87º | 0.43% | 0.58% | - |
| HSV(B) | 20.87º | 0.47% | 0.76% | - |
| XYZ | 33.17 | 29.48 | 16.51 | - |
| YUV | 148.29 | 101.88 | 160.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 134 | 102 | 0 | 0.31 | 0.47 | 0.24 | 20.87 | 0.43 | 0.58 |
| Hex | C2 | 86 | 66 | 0 | 1F | 2F | 18 | 15 | 2B | 3A |
| Octal | 302 | 206 | 146 | 0 | 37 | 57 | 30 | 25 | 53 | 72 |
| Binary | 11000010 | 10000110 | 1100110 | 0 | 11111 | 101111 | 11000 | 10101 | 101011 | 111010 |
Color Harmonies of #C28666
Complementary color
Monochromatic Colors of #C28666
Black with #C28666
Text Example
Text Example
White with #C28666
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C28666; }
p { color: rgb(194,134,102); }
H1.HeaderClassName
{
color: #C28666;
}
.AnyTagClassName
{
color: #C28666;
}
</style>
background-color css
<style>
a { background-color: #C28666; }
a { background-color: rgb(194,134,102); }
div.DivClassName
{
background-color: #C28666;
}
.BgClassName
{
background-color: #C28666;
}
</style>
border-color css
<style>
span { border-color: #C28666; }
span { border-color: rgb(194,134,102); }
td.TdClassName
{
border-color: #C28666;
}
.TagClassName
{
border-color: #C28666;
}
</style>