Shades of Quicksand #C59D91
Tints of Quicksand #C59D91
RGB
CMYK
RGB Variations
Color information
#C59D91 (or 0xC59D91) is known color: Quicksand. HEX triplet: C5, 9D and 91. RGB value is (197,157,145). Sum of RGB (Red+Green+Blue) = 197+157+145=499 (66% of max value = 765). Red value is 197 (77.34% from 255 or 39.48% from 499); Green value is 157 (61.72% from 255 or 31.46% from 499); Blue value is 145 (57.03% from 255 or 29.06% from 499); Max value from RGB is 197 - color contains mainly: red. Hex color #C59D91 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C59D91 is #3A626E. Grayscale: #A7A7A7. Windows color (decimal): -3826287 or 9543109. OLE color: 9543109.
HSL color Cylindrical-coordinate representation of color #C59D91: hue angle of 13.85º 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 #C59D91 is Cyan = 0, Magento = 0.20, Yellow = 0.26 and Black (K on CMYK) = 0.23.
Color convert
RGB | 197 | 157 | 145 | - |
CMYK | 0 | 0.20 | 0.26 | 0.23 |
HSL | 13.85º | 0.31% | 0.67% | - |
HSV(B) | 13.85º | 0.26% | 0.77% | - |
XYZ | 40.19 | 38.03 | 32.01 | - |
YUV | 167.59 | 115.25 | 148.98 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 197 | 157 | 145 | 0 | 0.20 | 0.26 | 0.23 | 13.85 | 0.31 | 0.67 |
Hex | C5 | 9D | 91 | 0 | 14 | 1A | 17 | E | 1F | 43 |
Octal | 305 | 235 | 221 | 0 | 24 | 32 | 27 | 16 | 37 | 103 |
Binary | 11000101 | 10011101 | 10010001 | 0 | 10100 | 11010 | 10111 | 1110 | 11111 | 1000011 |
Color Harmonies of #C59D91
Complementary color
Monochromatic Colors of #C59D91
Black with #C59D91
Text Example
Text Example
White with #C59D91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C59D91; }
p { color: rgb(197,157,145); }
H1.HeaderClassName
{
color: #C59D91;
}
.AnyTagClassName
{
color: #C59D91;
}
</style>
background-color css
<style>
a { background-color: #C59D91; }
a { background-color: rgb(197,157,145); }
div.DivClassName
{
background-color: #C59D91;
}
.BgClassName
{
background-color: #C59D91;
}
</style>
border-color css
<style>
span { border-color: #C59D91; }
span { border-color: rgb(197,157,145); }
td.TdClassName
{
border-color: #C59D91;
}
.TagClassName
{
border-color: #C59D91;
}
</style>