Shades of Quicksand #C59A96
Tints of Quicksand #C59A96
RGB
CMYK
RGB Variations
Color information
#C59A96 (or 0xC59A96) is known color: Quicksand. HEX triplet: C5, 9A and 96. RGB value is (197,154,150). Sum of RGB (Red+Green+Blue) = 197+154+150=501 (66% of max value = 765). Red value is 197 (77.34% from 255 or 39.32% from 501); Green value is 154 (60.55% from 255 or 30.74% from 501); Blue value is 150 (58.98% from 255 or 29.94% from 501); Max value from RGB is 197 - color contains mainly: red. Hex color #C59A96 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C59A96 is #3A6569. Grayscale: #A6A6A6. Windows color (decimal): -3827050 or 9870021. OLE color: 9870021.
HSL color Cylindrical-coordinate representation of color #C59A96: hue angle of 5.11º degrees, saturation: 0.29, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #C59A96 is Cyan = 0, Magento = 0.22, Yellow = 0.24 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 154 | 150 | - |
| CMYK | 0 | 0.22 | 0.24 | 0.23 |
| HSL | 5.11º | 0.29% | 0.68% | - |
| HSV(B) | 5.11º | 0.24% | 0.77% | - |
| XYZ | 40.09 | 37.18 | 33.92 | - |
| YUV | 166.4 | 118.75 | 149.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 154 | 150 | 0 | 0.22 | 0.24 | 0.23 | 5.11 | 0.29 | 0.68 |
| Hex | C5 | 9A | 96 | 0 | 16 | 18 | 17 | 5 | 1D | 44 |
| Octal | 305 | 232 | 226 | 0 | 26 | 30 | 27 | 5 | 35 | 104 |
| Binary | 11000101 | 10011010 | 10010110 | 0 | 10110 | 11000 | 10111 | 101 | 11101 | 1000100 |
Color Harmonies of #C59A96
Complementary color
Monochromatic Colors of #C59A96
Black with #C59A96
Text Example
Text Example
White with #C59A96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C59A96; }
p { color: rgb(197,154,150); }
H1.HeaderClassName
{
color: #C59A96;
}
.AnyTagClassName
{
color: #C59A96;
}
</style>
background-color css
<style>
a { background-color: #C59A96; }
a { background-color: rgb(197,154,150); }
div.DivClassName
{
background-color: #C59A96;
}
.BgClassName
{
background-color: #C59A96;
}
</style>
border-color css
<style>
span { border-color: #C59A96; }
span { border-color: rgb(197,154,150); }
td.TdClassName
{
border-color: #C59A96;
}
.TagClassName
{
border-color: #C59A96;
}
</style>