Shades of Quicksand #C59890
Tints of Quicksand #C59890
RGB
CMYK
RGB Variations
Color information
#C59890 (or 0xC59890) is known color: Quicksand. HEX triplet: C5, 98 and 90. RGB value is (197,152,144). Sum of RGB (Red+Green+Blue) = 197+152+144=493 (65% of max value = 765). Red value is 197 (77.34% from 255 or 39.96% from 493); Green value is 152 (59.77% from 255 or 30.83% from 493); Blue value is 144 (56.64% from 255 or 29.21% from 493); Max value from RGB is 197 - color contains mainly: red. Hex color #C59890 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C59890 is #3A676F. Grayscale: #A4A4A4. Windows color (decimal): -3827568 or 9476293. OLE color: 9476293.
HSL color Cylindrical-coordinate representation of color #C59890: hue angle of 9.06º 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 #C59890 is Cyan = 0, Magento = 0.23, Yellow = 0.27 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 152 | 144 | - |
| CMYK | 0 | 0.23 | 0.27 | 0.23 |
| HSL | 9.06º | 0.31% | 0.67% | - |
| HSV(B) | 9.06º | 0.27% | 0.77% | - |
| XYZ | 39.29 | 36.34 | 31.33 | - |
| YUV | 164.54 | 116.41 | 151.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 152 | 144 | 0 | 0.23 | 0.27 | 0.23 | 9.06 | 0.31 | 0.67 |
| Hex | C5 | 98 | 90 | 0 | 17 | 1B | 17 | 9 | 1F | 43 |
| Octal | 305 | 230 | 220 | 0 | 27 | 33 | 27 | 11 | 37 | 103 |
| Binary | 11000101 | 10011000 | 10010000 | 0 | 10111 | 11011 | 10111 | 1001 | 11111 | 1000011 |
Color Harmonies of #C59890
Complementary color
Monochromatic Colors of #C59890
Black with #C59890
Text Example
Text Example
White with #C59890
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C59890; }
p { color: rgb(197,152,144); }
H1.HeaderClassName
{
color: #C59890;
}
.AnyTagClassName
{
color: #C59890;
}
</style>
background-color css
<style>
a { background-color: #C59890; }
a { background-color: rgb(197,152,144); }
div.DivClassName
{
background-color: #C59890;
}
.BgClassName
{
background-color: #C59890;
}
</style>
border-color css
<style>
span { border-color: #C59890; }
span { border-color: rgb(197,152,144); }
td.TdClassName
{
border-color: #C59890;
}
.TagClassName
{
border-color: #C59890;
}
</style>