Shades of Burning Sand #C28466
Tints of Burning Sand #C28466
RGB
CMYK
RGB Variations
Color information
#C28466 (or 0xC28466) is known color: Burning Sand. HEX triplet: C2, 84 and 66. RGB value is (194,132,102). Sum of RGB (Red+Green+Blue) = 194+132+102=428 (56% of max value = 765). Red value is 194 (76.17% from 255 or 45.33% from 428); Green value is 132 (51.95% from 255 or 30.84% from 428); Blue value is 102 (40.23% from 255 or 23.83% from 428); Max value from RGB is 194 - color contains mainly: red. Hex color #C28466 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C28466 is #3D7B99. Grayscale: #939393. Windows color (decimal): -4029338 or 6718658. OLE color: 6718658.
HSL color Cylindrical-coordinate representation of color #C28466: hue angle of 19.57º 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 #C28466 is Cyan = 0, Magento = 0.32, Yellow = 0.47 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 132 | 102 | - |
| CMYK | 0 | 0.32 | 0.47 | 0.24 |
| HSL | 19.57º | 0.43% | 0.58% | - |
| HSV(B) | 19.57º | 0.47% | 0.76% | - |
| XYZ | 32.9 | 28.93 | 16.42 | - |
| YUV | 147.12 | 102.54 | 161.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 132 | 102 | 0 | 0.32 | 0.47 | 0.24 | 19.57 | 0.43 | 0.58 |
| Hex | C2 | 84 | 66 | 0 | 20 | 2F | 18 | 14 | 2B | 3A |
| Octal | 302 | 204 | 146 | 0 | 40 | 57 | 30 | 24 | 53 | 72 |
| Binary | 11000010 | 10000100 | 1100110 | 0 | 100000 | 101111 | 11000 | 10100 | 101011 | 111010 |
Color Harmonies of #C28466
Complementary color
Monochromatic Colors of #C28466
Black with #C28466
Text Example
Text Example
White with #C28466
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C28466; }
p { color: rgb(194,132,102); }
H1.HeaderClassName
{
color: #C28466;
}
.AnyTagClassName
{
color: #C28466;
}
</style>
background-color css
<style>
a { background-color: #C28466; }
a { background-color: rgb(194,132,102); }
div.DivClassName
{
background-color: #C28466;
}
.BgClassName
{
background-color: #C28466;
}
</style>
border-color css
<style>
span { border-color: #C28466; }
span { border-color: rgb(194,132,102); }
td.TdClassName
{
border-color: #C28466;
}
.TagClassName
{
border-color: #C28466;
}
</style>