Shades of Burning Sand #C67B64
Tints of Burning Sand #C67B64
RGB
CMYK
RGB Variations
Color information
#C67B64 (or 0xC67B64) is known color: Burning Sand. HEX triplet: C6, 7B and 64. RGB value is (198,123,100). Sum of RGB (Red+Green+Blue) = 198+123+100=421 (55% of max value = 765). Red value is 198 (77.73% from 255 or 47.03% from 421); Green value is 123 (48.44% from 255 or 29.22% from 421); Blue value is 100 (39.45% from 255 or 23.75% from 421); Max value from RGB is 198 - color contains mainly: red. Hex color #C67B64 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C67B64 is #39849B. Grayscale: #8E8E8E. Windows color (decimal): -3769500 or 6585286. OLE color: 6585286.
HSL color Cylindrical-coordinate representation of color #C67B64: hue angle of 14.08º degrees, saturation: 0.46, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #C67B64 is Cyan = 0, Magento = 0.38, Yellow = 0.49 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 123 | 100 | - |
| CMYK | 0 | 0.38 | 0.49 | 0.22 |
| HSL | 14.08º | 0.46% | 0.58% | - |
| HSV(B) | 14.08º | 0.49% | 0.78% | - |
| XYZ | 32.67 | 27.09 | 15.56 | - |
| YUV | 142.8 | 103.85 | 167.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 123 | 100 | 0 | 0.38 | 0.49 | 0.22 | 14.08 | 0.46 | 0.58 |
| Hex | C6 | 7B | 64 | 0 | 26 | 31 | 16 | E | 2E | 3A |
| Octal | 306 | 173 | 144 | 0 | 46 | 61 | 26 | 16 | 56 | 72 |
| Binary | 11000110 | 1111011 | 1100100 | 0 | 100110 | 110001 | 10110 | 1110 | 101110 | 111010 |
Color Harmonies of #C67B64
Complementary color
Monochromatic Colors of #C67B64
Black with #C67B64
Text Example
Text Example
White with #C67B64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C67B64; }
p { color: rgb(198,123,100); }
H1.HeaderClassName
{
color: #C67B64;
}
.AnyTagClassName
{
color: #C67B64;
}
</style>
background-color css
<style>
a { background-color: #C67B64; }
a { background-color: rgb(198,123,100); }
div.DivClassName
{
background-color: #C67B64;
}
.BgClassName
{
background-color: #C67B64;
}
</style>
border-color css
<style>
span { border-color: #C67B64; }
span { border-color: rgb(198,123,100); }
td.TdClassName
{
border-color: #C67B64;
}
.TagClassName
{
border-color: #C67B64;
}
</style>