Shades of Burning Sand #C67A66
Tints of Burning Sand #C67A66
RGB
CMYK
RGB Variations
Color information
#C67A66 (or 0xC67A66) is known color: Burning Sand. HEX triplet: C6, 7A and 66. RGB value is (198,122,102). Sum of RGB (Red+Green+Blue) = 198+122+102=422 (55% of max value = 765). Red value is 198 (77.73% from 255 or 46.92% from 422); Green value is 122 (48.05% from 255 or 28.91% from 422); Blue value is 102 (40.23% from 255 or 24.17% from 422); Max value from RGB is 198 - color contains mainly: red. Hex color #C67A66 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C67A66 is #398599. Grayscale: #8E8E8E. Windows color (decimal): -3769754 or 6716102. OLE color: 6716102.
HSL color Cylindrical-coordinate representation of color #C67A66: hue angle of 12.5º degrees, saturation: 0.46, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C67A66 is Cyan = 0, Magento = 0.38, Yellow = 0.48 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 122 | 102 | - |
| CMYK | 0 | 0.38 | 0.48 | 0.22 |
| HSL | 12.5º | 0.46% | 0.59% | - |
| HSV(B) | 12.5º | 0.48% | 0.78% | - |
| XYZ | 32.65 | 26.88 | 16.04 | - |
| YUV | 142.44 | 105.18 | 167.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 122 | 102 | 0 | 0.38 | 0.48 | 0.22 | 12.5 | 0.46 | 0.59 |
| Hex | C6 | 7A | 66 | 0 | 26 | 30 | 16 | C | 2E | 3B |
| Octal | 306 | 172 | 146 | 0 | 46 | 60 | 26 | 14 | 56 | 73 |
| Binary | 11000110 | 1111010 | 1100110 | 0 | 100110 | 110000 | 10110 | 1100 | 101110 | 111011 |
Color Harmonies of #C67A66
Complementary color
Monochromatic Colors of #C67A66
Black with #C67A66
Text Example
Text Example
White with #C67A66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C67A66; }
p { color: rgb(198,122,102); }
H1.HeaderClassName
{
color: #C67A66;
}
.AnyTagClassName
{
color: #C67A66;
}
</style>
background-color css
<style>
a { background-color: #C67A66; }
a { background-color: rgb(198,122,102); }
div.DivClassName
{
background-color: #C67A66;
}
.BgClassName
{
background-color: #C67A66;
}
</style>
border-color css
<style>
span { border-color: #C67A66; }
span { border-color: rgb(198,122,102); }
td.TdClassName
{
border-color: #C67A66;
}
.TagClassName
{
border-color: #C67A66;
}
</style>