Shades of Burning Sand #C08A6A
Tints of Burning Sand #C08A6A
RGB
CMYK
RGB Variations
Color information
#C08A6A (or 0xC08A6A) is known color: Burning Sand. HEX triplet: C0, 8A and 6A. RGB value is (192,138,106). Sum of RGB (Red+Green+Blue) = 192+138+106=436 (57% of max value = 765). Red value is 192 (75.39% from 255 or 44.04% from 436); Green value is 138 (54.30% from 255 or 31.65% from 436); Blue value is 106 (41.80% from 255 or 24.31% from 436); Max value from RGB is 192 - color contains mainly: red. Hex color #C08A6A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C08A6A is #3F7595. Grayscale: #969696. Windows color (decimal): -4158870 or 6982336. OLE color: 6982336.
HSL color Cylindrical-coordinate representation of color #C08A6A: hue angle of 22.33º degrees, saturation: 0.41, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #C08A6A is Cyan = 0, Magento = 0.28, Yellow = 0.45 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 138 | 106 | - |
| CMYK | 0 | 0.28 | 0.45 | 0.25 |
| HSL | 22.33º | 0.41% | 0.58% | - |
| HSV(B) | 22.33º | 0.45% | 0.75% | - |
| XYZ | 33.43 | 30.42 | 17.75 | - |
| YUV | 150.5 | 102.89 | 157.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 138 | 106 | 0 | 0.28 | 0.45 | 0.25 | 22.33 | 0.41 | 0.58 |
| Hex | C0 | 8A | 6A | 0 | 1C | 2D | 19 | 16 | 29 | 3A |
| Octal | 300 | 212 | 152 | 0 | 34 | 55 | 31 | 26 | 51 | 72 |
| Binary | 11000000 | 10001010 | 1101010 | 0 | 11100 | 101101 | 11001 | 10110 | 101001 | 111010 |
Color Harmonies of #C08A6A
Complementary color
Monochromatic Colors of #C08A6A
Black with #C08A6A
Text Example
Text Example
White with #C08A6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C08A6A; }
p { color: rgb(192,138,106); }
H1.HeaderClassName
{
color: #C08A6A;
}
.AnyTagClassName
{
color: #C08A6A;
}
</style>
background-color css
<style>
a { background-color: #C08A6A; }
a { background-color: rgb(192,138,106); }
div.DivClassName
{
background-color: #C08A6A;
}
.BgClassName
{
background-color: #C08A6A;
}
</style>
border-color css
<style>
span { border-color: #C08A6A; }
span { border-color: rgb(192,138,106); }
td.TdClassName
{
border-color: #C08A6A;
}
.TagClassName
{
border-color: #C08A6A;
}
</style>