Shades of Quicksand #C59A90
Tints of Quicksand #C59A90
RGB
CMYK
RGB Variations
Color information
#C59A90 (or 0xC59A90) is known color: Quicksand. HEX triplet: C5, 9A and 90. RGB value is (197,154,144). Sum of RGB (Red+Green+Blue) = 197+154+144=495 (65% of max value = 765). Red value is 197 (77.34% from 255 or 39.80% from 495); Green value is 154 (60.55% from 255 or 31.11% from 495); Blue value is 144 (56.64% from 255 or 29.09% from 495); Max value from RGB is 197 - color contains mainly: red. Hex color #C59A90 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C59A90 is #3A656F. Grayscale: #A5A5A5. Windows color (decimal): -3827056 or 9476805. OLE color: 9476805.
HSL color Cylindrical-coordinate representation of color #C59A90: hue angle of 11.32º degrees, saturation: 0.31, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #C59A90 is Cyan = 0, Magento = 0.22, Yellow = 0.27 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 154 | 144 | - |
| CMYK | 0 | 0.22 | 0.27 | 0.23 |
| HSL | 11.32º | 0.31% | 0.67% | - |
| HSV(B) | 11.32º | 0.27% | 0.77% | - |
| XYZ | 39.62 | 37 | 31.44 | - |
| YUV | 165.72 | 115.75 | 150.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 154 | 144 | 0 | 0.22 | 0.27 | 0.23 | 11.32 | 0.31 | 0.67 |
| Hex | C5 | 9A | 90 | 0 | 16 | 1B | 17 | B | 1F | 43 |
| Octal | 305 | 232 | 220 | 0 | 26 | 33 | 27 | 13 | 37 | 103 |
| Binary | 11000101 | 10011010 | 10010000 | 0 | 10110 | 11011 | 10111 | 1011 | 11111 | 1000011 |
Color Harmonies of #C59A90
Complementary color
Monochromatic Colors of #C59A90
Black with #C59A90
Text Example
Text Example
White with #C59A90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C59A90; }
p { color: rgb(197,154,144); }
H1.HeaderClassName
{
color: #C59A90;
}
.AnyTagClassName
{
color: #C59A90;
}
</style>
background-color css
<style>
a { background-color: #C59A90; }
a { background-color: rgb(197,154,144); }
div.DivClassName
{
background-color: #C59A90;
}
.BgClassName
{
background-color: #C59A90;
}
</style>
border-color css
<style>
span { border-color: #C59A90; }
span { border-color: rgb(197,154,144); }
td.TdClassName
{
border-color: #C59A90;
}
.TagClassName
{
border-color: #C59A90;
}
</style>