Shades of Burning Sand #C07D68
Tints of Burning Sand #C07D68
RGB
CMYK
RGB Variations
Color information
#C07D68 (or 0xC07D68) is known color: Burning Sand. HEX triplet: C0, 7D and 68. RGB value is (192,125,104). Sum of RGB (Red+Green+Blue) = 192+125+104=421 (55% of max value = 765). Red value is 192 (75.39% from 255 or 45.61% from 421); Green value is 125 (49.22% from 255 or 29.69% from 421); Blue value is 104 (41.02% from 255 or 24.70% from 421); Max value from RGB is 192 - color contains mainly: red. Hex color #C07D68 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C07D68 is #3F8297. Grayscale: #8E8E8E. Windows color (decimal): -4162200 or 6847936. OLE color: 6847936.
HSL color Cylindrical-coordinate representation of color #C07D68: hue angle of 14.32º degrees, saturation: 0.41, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C07D68 is Cyan = 0, Magento = 0.35, Yellow = 0.46 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 125 | 104 | - |
| CMYK | 0 | 0.35 | 0.46 | 0.25 |
| HSL | 14.32º | 0.41% | 0.58% | - |
| HSV(B) | 14.32º | 0.46% | 0.75% | - |
| XYZ | 31.57 | 26.87 | 16.62 | - |
| YUV | 142.64 | 106.2 | 163.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 125 | 104 | 0 | 0.35 | 0.46 | 0.25 | 14.32 | 0.41 | 0.58 |
| Hex | C0 | 7D | 68 | 0 | 23 | 2E | 19 | E | 29 | 3A |
| Octal | 300 | 175 | 150 | 0 | 43 | 56 | 31 | 16 | 51 | 72 |
| Binary | 11000000 | 1111101 | 1101000 | 0 | 100011 | 101110 | 11001 | 1110 | 101001 | 111010 |
Color Harmonies of #C07D68
Complementary color
Monochromatic Colors of #C07D68
Black with #C07D68
Text Example
Text Example
White with #C07D68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C07D68; }
p { color: rgb(192,125,104); }
H1.HeaderClassName
{
color: #C07D68;
}
.AnyTagClassName
{
color: #C07D68;
}
</style>
background-color css
<style>
a { background-color: #C07D68; }
a { background-color: rgb(192,125,104); }
div.DivClassName
{
background-color: #C07D68;
}
.BgClassName
{
background-color: #C07D68;
}
</style>
border-color css
<style>
span { border-color: #C07D68; }
span { border-color: rgb(192,125,104); }
td.TdClassName
{
border-color: #C07D68;
}
.TagClassName
{
border-color: #C07D68;
}
</style>