Shades of Quicksand #C59E94
Tints of Quicksand #C59E94
RGB
CMYK
RGB Variations
Color information
#C59E94 (or 0xC59E94) is known color: Quicksand. HEX triplet: C5, 9E and 94. RGB value is (197,158,148). Sum of RGB (Red+Green+Blue) = 197+158+148=503 (66% of max value = 765). Red value is 197 (77.34% from 255 or 39.17% from 503); Green value is 158 (62.11% from 255 or 31.41% from 503); Blue value is 148 (58.20% from 255 or 29.42% from 503); Max value from RGB is 197 - color contains mainly: red. Hex color #C59E94 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C59E94 is #3A616B. Grayscale: #A8A8A8. Windows color (decimal): -3826028 or 9739973. OLE color: 9739973.
HSL color Cylindrical-coordinate representation of color #C59E94: hue angle of 12.24º degrees, saturation: 0.3, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #C59E94 is Cyan = 0, Magento = 0.20, Yellow = 0.25 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 158 | 148 | - |
| CMYK | 0 | 0.20 | 0.25 | 0.23 |
| HSL | 12.24º | 0.3% | 0.68% | - |
| HSV(B) | 12.24º | 0.25% | 0.77% | - |
| XYZ | 40.6 | 38.46 | 33.3 | - |
| YUV | 168.52 | 116.42 | 148.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 158 | 148 | 0 | 0.20 | 0.25 | 0.23 | 12.24 | 0.3 | 0.68 |
| Hex | C5 | 9E | 94 | 0 | 14 | 19 | 17 | C | 1E | 44 |
| Octal | 305 | 236 | 224 | 0 | 24 | 31 | 27 | 14 | 36 | 104 |
| Binary | 11000101 | 10011110 | 10010100 | 0 | 10100 | 11001 | 10111 | 1100 | 11110 | 1000100 |
Color Harmonies of #C59E94
Complementary color
Monochromatic Colors of #C59E94
Black with #C59E94
Text Example
Text Example
White with #C59E94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C59E94; }
p { color: rgb(197,158,148); }
H1.HeaderClassName
{
color: #C59E94;
}
.AnyTagClassName
{
color: #C59E94;
}
</style>
background-color css
<style>
a { background-color: #C59E94; }
a { background-color: rgb(197,158,148); }
div.DivClassName
{
background-color: #C59E94;
}
.BgClassName
{
background-color: #C59E94;
}
</style>
border-color css
<style>
span { border-color: #C59E94; }
span { border-color: rgb(197,158,148); }
td.TdClassName
{
border-color: #C59E94;
}
.TagClassName
{
border-color: #C59E94;
}
</style>