Shades of Burning Sand #C07E66
Tints of Burning Sand #C07E66
RGB
CMYK
RGB Variations
Color information
#C07E66 (or 0xC07E66) is known color: Burning Sand. HEX triplet: C0, 7E and 66. RGB value is (192,126,102). Sum of RGB (Red+Green+Blue) = 192+126+102=420 (55% of max value = 765). Red value is 192 (75.39% from 255 or 45.71% from 420); Green value is 126 (49.61% from 255 or 30% from 420); Blue value is 102 (40.23% from 255 or 24.29% from 420); Max value from RGB is 192 - color contains mainly: red. Hex color #C07E66 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C07E66 is #3F8199. Grayscale: #8F8F8F. Windows color (decimal): -4161946 or 6717120. OLE color: 6717120.
HSL color Cylindrical-coordinate representation of color #C07E66: hue angle of 16º degrees, saturation: 0.42, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C07E66 is Cyan = 0, Magento = 0.34, Yellow = 0.47 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 126 | 102 | - |
| CMYK | 0 | 0.34 | 0.47 | 0.25 |
| HSL | 16º | 0.42% | 0.58% | - |
| HSV(B) | 16º | 0.47% | 0.75% | - |
| XYZ | 31.6 | 27.09 | 16.13 | - |
| YUV | 143 | 104.87 | 162.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 126 | 102 | 0 | 0.34 | 0.47 | 0.25 | 16 | 0.42 | 0.58 |
| Hex | C0 | 7E | 66 | 0 | 22 | 2F | 19 | 10 | 2A | 3A |
| Octal | 300 | 176 | 146 | 0 | 42 | 57 | 31 | 20 | 52 | 72 |
| Binary | 11000000 | 1111110 | 1100110 | 0 | 100010 | 101111 | 11001 | 10000 | 101010 | 111010 |
Color Harmonies of #C07E66
Complementary color
Monochromatic Colors of #C07E66
Black with #C07E66
Text Example
Text Example
White with #C07E66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C07E66; }
p { color: rgb(192,126,102); }
H1.HeaderClassName
{
color: #C07E66;
}
.AnyTagClassName
{
color: #C07E66;
}
</style>
background-color css
<style>
a { background-color: #C07E66; }
a { background-color: rgb(192,126,102); }
div.DivClassName
{
background-color: #C07E66;
}
.BgClassName
{
background-color: #C07E66;
}
</style>
border-color css
<style>
span { border-color: #C07E66; }
span { border-color: rgb(192,126,102); }
td.TdClassName
{
border-color: #C07E66;
}
.TagClassName
{
border-color: #C07E66;
}
</style>