Shades of Burning Sand #C68058
Tints of Burning Sand #C68058
RGB
CMYK
RGB Variations
Color information
#C68058 (or 0xC68058) is known color: Burning Sand. HEX triplet: C6, 80 and 58. RGB value is (198,128,88). Sum of RGB (Red+Green+Blue) = 198+128+88=414 (54% of max value = 765). Red value is 198 (77.73% from 255 or 47.83% from 414); Green value is 128 (50.39% from 255 or 30.92% from 414); Blue value is 88 (34.77% from 255 or 21.26% from 414); Max value from RGB is 198 - color contains mainly: red. Hex color #C68058 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C68058 is #397FA7. Grayscale: #909090. Windows color (decimal): -3768232 or 5800134. OLE color: 5800134.
HSL color Cylindrical-coordinate representation of color #C68058: hue angle of 21.82º degrees, saturation: 0.49, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C68058 is Cyan = 0, Magento = 0.35, Yellow = 0.56 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 128 | 88 | - |
| CMYK | 0 | 0.35 | 0.56 | 0.22 |
| HSL | 21.82º | 0.49% | 0.56% | - |
| HSV(B) | 21.82º | 0.56% | 0.78% | - |
| XYZ | 32.77 | 28.15 | 12.94 | - |
| YUV | 144.37 | 96.19 | 166.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 128 | 88 | 0 | 0.35 | 0.56 | 0.22 | 21.82 | 0.49 | 0.56 |
| Hex | C6 | 80 | 58 | 0 | 23 | 38 | 16 | 16 | 31 | 38 |
| Octal | 306 | 200 | 130 | 0 | 43 | 70 | 26 | 26 | 61 | 70 |
| Binary | 11000110 | 10000000 | 1011000 | 0 | 100011 | 111000 | 10110 | 10110 | 110001 | 111000 |
Color Harmonies of #C68058
Complementary color
Monochromatic Colors of #C68058
Black with #C68058
Text Example
Text Example
White with #C68058
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C68058; }
p { color: rgb(198,128,88); }
H1.HeaderClassName
{
color: #C68058;
}
.AnyTagClassName
{
color: #C68058;
}
</style>
background-color css
<style>
a { background-color: #C68058; }
a { background-color: rgb(198,128,88); }
div.DivClassName
{
background-color: #C68058;
}
.BgClassName
{
background-color: #C68058;
}
</style>
border-color css
<style>
span { border-color: #C68058; }
span { border-color: rgb(198,128,88); }
td.TdClassName
{
border-color: #C68058;
}
.TagClassName
{
border-color: #C68058;
}
</style>