Shades of Burning Sand #C58668
Tints of Burning Sand #C58668
RGB
CMYK
RGB Variations
Color information
#C58668 (or 0xC58668) is known color: Burning Sand. HEX triplet: C5, 86 and 68. RGB value is (197,134,104). Sum of RGB (Red+Green+Blue) = 197+134+104=435 (57% of max value = 765). Red value is 197 (77.34% from 255 or 45.29% from 435); Green value is 134 (52.73% from 255 or 30.80% from 435); Blue value is 104 (41.02% from 255 or 23.91% from 435); Max value from RGB is 197 - color contains mainly: red. Hex color #C58668 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C58668 is #3A7997. Grayscale: #959595. Windows color (decimal): -3832216 or 6850245. OLE color: 6850245.
HSL color Cylindrical-coordinate representation of color #C58668: hue angle of 19.35º degrees, saturation: 0.44, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C58668 is Cyan = 0, Magento = 0.32, Yellow = 0.47 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 134 | 104 | - |
| CMYK | 0 | 0.32 | 0.47 | 0.23 |
| HSL | 19.35º | 0.44% | 0.59% | - |
| HSV(B) | 19.35º | 0.47% | 0.77% | - |
| XYZ | 34.05 | 29.92 | 17.08 | - |
| YUV | 149.42 | 102.37 | 161.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 134 | 104 | 0 | 0.32 | 0.47 | 0.23 | 19.35 | 0.44 | 0.59 |
| Hex | C5 | 86 | 68 | 0 | 20 | 2F | 17 | 13 | 2C | 3B |
| Octal | 305 | 206 | 150 | 0 | 40 | 57 | 27 | 23 | 54 | 73 |
| Binary | 11000101 | 10000110 | 1101000 | 0 | 100000 | 101111 | 10111 | 10011 | 101100 | 111011 |
Color Harmonies of #C58668
Complementary color
Monochromatic Colors of #C58668
Black with #C58668
Text Example
Text Example
White with #C58668
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C58668; }
p { color: rgb(197,134,104); }
H1.HeaderClassName
{
color: #C58668;
}
.AnyTagClassName
{
color: #C58668;
}
</style>
background-color css
<style>
a { background-color: #C58668; }
a { background-color: rgb(197,134,104); }
div.DivClassName
{
background-color: #C58668;
}
.BgClassName
{
background-color: #C58668;
}
</style>
border-color css
<style>
span { border-color: #C58668; }
span { border-color: rgb(197,134,104); }
td.TdClassName
{
border-color: #C58668;
}
.TagClassName
{
border-color: #C58668;
}
</style>