Shades of Burning Sand #C67D6A
Tints of Burning Sand #C67D6A
RGB
CMYK
RGB Variations
Color information
#C67D6A (or 0xC67D6A) is known color: Burning Sand. HEX triplet: C6, 7D and 6A. RGB value is (198,125,106). Sum of RGB (Red+Green+Blue) = 198+125+106=429 (56% of max value = 765). Red value is 198 (77.73% from 255 or 46.15% from 429); Green value is 125 (49.22% from 255 or 29.14% from 429); Blue value is 106 (41.80% from 255 or 24.71% from 429); Max value from RGB is 198 - color contains mainly: red. Hex color #C67D6A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C67D6A is #398295. Grayscale: #909090. Windows color (decimal): -3768982 or 6979014. OLE color: 6979014.
HSL color Cylindrical-coordinate representation of color #C67D6A: hue angle of 12.39º degrees, saturation: 0.45, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C67D6A is Cyan = 0, Magento = 0.37, Yellow = 0.46 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 125 | 106 | - |
| CMYK | 0 | 0.37 | 0.46 | 0.22 |
| HSL | 12.39º | 0.45% | 0.6% | - |
| HSV(B) | 12.39º | 0.46% | 0.78% | - |
| XYZ | 33.22 | 27.71 | 17.23 | - |
| YUV | 144.66 | 106.18 | 166.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 125 | 106 | 0 | 0.37 | 0.46 | 0.22 | 12.39 | 0.45 | 0.6 |
| Hex | C6 | 7D | 6A | 0 | 25 | 2E | 16 | C | 2D | 3C |
| Octal | 306 | 175 | 152 | 0 | 45 | 56 | 26 | 14 | 55 | 74 |
| Binary | 11000110 | 1111101 | 1101010 | 0 | 100101 | 101110 | 10110 | 1100 | 101101 | 111100 |
Color Harmonies of #C67D6A
Complementary color
Monochromatic Colors of #C67D6A
Black with #C67D6A
Text Example
Text Example
White with #C67D6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C67D6A; }
p { color: rgb(198,125,106); }
H1.HeaderClassName
{
color: #C67D6A;
}
.AnyTagClassName
{
color: #C67D6A;
}
</style>
background-color css
<style>
a { background-color: #C67D6A; }
a { background-color: rgb(198,125,106); }
div.DivClassName
{
background-color: #C67D6A;
}
.BgClassName
{
background-color: #C67D6A;
}
</style>
border-color css
<style>
span { border-color: #C67D6A; }
span { border-color: rgb(198,125,106); }
td.TdClassName
{
border-color: #C67D6A;
}
.TagClassName
{
border-color: #C67D6A;
}
</style>