Shades of Quicksand #C59792
Tints of Quicksand #C59792
RGB
CMYK
RGB Variations
Color information
#C59792 (or 0xC59792) is known color: Quicksand. HEX triplet: C5, 97 and 92. RGB value is (197,151,146). Sum of RGB (Red+Green+Blue) = 197+151+146=494 (65% of max value = 765). Red value is 197 (77.34% from 255 or 39.88% from 494); Green value is 151 (59.38% from 255 or 30.57% from 494); Blue value is 146 (57.42% from 255 or 29.55% from 494); Max value from RGB is 197 - color contains mainly: red. Hex color #C59792 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C59792 is #3A686D. Grayscale: #A4A4A4. Windows color (decimal): -3827822 or 9607109. OLE color: 9607109.
HSL color Cylindrical-coordinate representation of color #C59792: hue angle of 5.88º 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 #C59792 is Cyan = 0, Magento = 0.23, Yellow = 0.26 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 151 | 146 | - |
| CMYK | 0 | 0.23 | 0.26 | 0.23 |
| HSL | 5.88º | 0.31% | 0.67% | - |
| HSV(B) | 5.88º | 0.26% | 0.77% | - |
| XYZ | 39.28 | 36.08 | 32.09 | - |
| YUV | 164.18 | 117.74 | 151.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 151 | 146 | 0 | 0.23 | 0.26 | 0.23 | 5.88 | 0.31 | 0.67 |
| Hex | C5 | 97 | 92 | 0 | 17 | 1A | 17 | 6 | 1F | 43 |
| Octal | 305 | 227 | 222 | 0 | 27 | 32 | 27 | 6 | 37 | 103 |
| Binary | 11000101 | 10010111 | 10010010 | 0 | 10111 | 11010 | 10111 | 110 | 11111 | 1000011 |
Color Harmonies of #C59792
Complementary color
Monochromatic Colors of #C59792
Black with #C59792
Text Example
Text Example
White with #C59792
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C59792; }
p { color: rgb(197,151,146); }
H1.HeaderClassName
{
color: #C59792;
}
.AnyTagClassName
{
color: #C59792;
}
</style>
background-color css
<style>
a { background-color: #C59792; }
a { background-color: rgb(197,151,146); }
div.DivClassName
{
background-color: #C59792;
}
.BgClassName
{
background-color: #C59792;
}
</style>
border-color css
<style>
span { border-color: #C59792; }
span { border-color: rgb(197,151,146); }
td.TdClassName
{
border-color: #C59792;
}
.TagClassName
{
border-color: #C59792;
}
</style>