Shades of Quicksand #C59D92
Tints of Quicksand #C59D92
RGB
CMYK
RGB Variations
Color information
#C59D92 (or 0xC59D92) is known color: Quicksand. HEX triplet: C5, 9D and 92. RGB value is (197,157,146). Sum of RGB (Red+Green+Blue) = 197+157+146=500 (66% of max value = 765). Red value is 197 (77.34% from 255 or 39.4% from 500); Green value is 157 (61.72% from 255 or 31.4% from 500); Blue value is 146 (57.42% from 255 or 29.2% from 500); Max value from RGB is 197 - color contains mainly: red. Hex color #C59D92 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C59D92 is #3A626D. Grayscale: #A7A7A7. Windows color (decimal): -3826286 or 9608645. OLE color: 9608645.
HSL color Cylindrical-coordinate representation of color #C59D92: hue angle of 12.94º degrees, saturation: 0.31, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #C59D92 is Cyan = 0, Magento = 0.20, Yellow = 0.26 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 157 | 146 | - |
| CMYK | 0 | 0.20 | 0.26 | 0.23 |
| HSL | 12.94º | 0.31% | 0.67% | - |
| HSV(B) | 12.94º | 0.26% | 0.77% | - |
| XYZ | 40.27 | 38.06 | 32.42 | - |
| YUV | 167.71 | 115.75 | 148.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 157 | 146 | 0 | 0.20 | 0.26 | 0.23 | 12.94 | 0.31 | 0.67 |
| Hex | C5 | 9D | 92 | 0 | 14 | 1A | 17 | D | 1F | 43 |
| Octal | 305 | 235 | 222 | 0 | 24 | 32 | 27 | 15 | 37 | 103 |
| Binary | 11000101 | 10011101 | 10010010 | 0 | 10100 | 11010 | 10111 | 1101 | 11111 | 1000011 |
Color Harmonies of #C59D92
Complementary color
Monochromatic Colors of #C59D92
Black with #C59D92
Text Example
Text Example
White with #C59D92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C59D92; }
p { color: rgb(197,157,146); }
H1.HeaderClassName
{
color: #C59D92;
}
.AnyTagClassName
{
color: #C59D92;
}
</style>
background-color css
<style>
a { background-color: #C59D92; }
a { background-color: rgb(197,157,146); }
div.DivClassName
{
background-color: #C59D92;
}
.BgClassName
{
background-color: #C59D92;
}
</style>
border-color css
<style>
span { border-color: #C59D92; }
span { border-color: rgb(197,157,146); }
td.TdClassName
{
border-color: #C59D92;
}
.TagClassName
{
border-color: #C59D92;
}
</style>