Shades of Burning Sand #C07C67
Tints of Burning Sand #C07C67
RGB
CMYK
RGB Variations
Color information
#C07C67 (or 0xC07C67) is known color: Burning Sand. HEX triplet: C0, 7C and 67. RGB value is (192,124,103). Sum of RGB (Red+Green+Blue) = 192+124+103=419 (55% of max value = 765). Red value is 192 (75.39% from 255 or 45.82% from 419); Green value is 124 (48.83% from 255 or 29.59% from 419); Blue value is 103 (40.62% from 255 or 24.58% from 419); Max value from RGB is 192 - color contains mainly: red. Hex color #C07C67 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C07C67 is #3F8398. Grayscale: #8E8E8E. Windows color (decimal): -4162457 or 6782144. OLE color: 6782144.
HSL color Cylindrical-coordinate representation of color #C07C67: hue angle of 14.16º 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 #C07C67 is Cyan = 0, Magento = 0.35, Yellow = 0.46 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 124 | 103 | - |
| CMYK | 0 | 0.35 | 0.46 | 0.25 |
| HSL | 14.16º | 0.41% | 0.58% | - |
| HSV(B) | 14.16º | 0.46% | 0.75% | - |
| XYZ | 31.39 | 26.6 | 16.31 | - |
| YUV | 141.94 | 106.03 | 163.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 124 | 103 | 0 | 0.35 | 0.46 | 0.25 | 14.16 | 0.41 | 0.58 |
| Hex | C0 | 7C | 67 | 0 | 23 | 2E | 19 | E | 29 | 3A |
| Octal | 300 | 174 | 147 | 0 | 43 | 56 | 31 | 16 | 51 | 72 |
| Binary | 11000000 | 1111100 | 1100111 | 0 | 100011 | 101110 | 11001 | 1110 | 101001 | 111010 |
Color Harmonies of #C07C67
Complementary color
Monochromatic Colors of #C07C67
Black with #C07C67
Text Example
Text Example
White with #C07C67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C07C67; }
p { color: rgb(192,124,103); }
H1.HeaderClassName
{
color: #C07C67;
}
.AnyTagClassName
{
color: #C07C67;
}
</style>
background-color css
<style>
a { background-color: #C07C67; }
a { background-color: rgb(192,124,103); }
div.DivClassName
{
background-color: #C07C67;
}
.BgClassName
{
background-color: #C07C67;
}
</style>
border-color css
<style>
span { border-color: #C07C67; }
span { border-color: rgb(192,124,103); }
td.TdClassName
{
border-color: #C07C67;
}
.TagClassName
{
border-color: #C07C67;
}
</style>