Shades of Quicksand #C4A391
Tints of Quicksand #C4A391
RGB
CMYK
RGB Variations
Color information
#C4A391 (or 0xC4A391) is known color: Quicksand. HEX triplet: C4, A3 and 91. RGB value is (196,163,145). Sum of RGB (Red+Green+Blue) = 196+163+145=504 (66% of max value = 765). Red value is 196 (76.95% from 255 or 38.89% from 504); Green value is 163 (64.06% from 255 or 32.34% from 504); Blue value is 145 (57.03% from 255 or 28.77% from 504); Max value from RGB is 196 - color contains mainly: red. Hex color #C4A391 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C4A391 is #3B5C6E. Grayscale: #AAAAAA. Windows color (decimal): -3890287 or 9544644. OLE color: 9544644.
HSL color Cylindrical-coordinate representation of color #C4A391: hue angle of 21.18º degrees, saturation: 0.3, 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 #C4A391 is Cyan = 0, Magento = 0.17, Yellow = 0.26 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 163 | 145 | - |
| CMYK | 0 | 0.17 | 0.26 | 0.23 |
| HSL | 21.18º | 0.3% | 0.67% | - |
| HSV(B) | 21.18º | 0.26% | 0.77% | - |
| XYZ | 40.97 | 39.97 | 32.34 | - |
| YUV | 170.82 | 113.43 | 145.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 163 | 145 | 0 | 0.17 | 0.26 | 0.23 | 21.18 | 0.3 | 0.67 |
| Hex | C4 | A3 | 91 | 0 | 11 | 1A | 17 | 15 | 1E | 43 |
| Octal | 304 | 243 | 221 | 0 | 21 | 32 | 27 | 25 | 36 | 103 |
| Binary | 11000100 | 10100011 | 10010001 | 0 | 10001 | 11010 | 10111 | 10101 | 11110 | 1000011 |
Color Harmonies of #C4A391
Complementary color
Monochromatic Colors of #C4A391
Black with #C4A391
Text Example
Text Example
White with #C4A391
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4A391; }
p { color: rgb(196,163,145); }
H1.HeaderClassName
{
color: #C4A391;
}
.AnyTagClassName
{
color: #C4A391;
}
</style>
background-color css
<style>
a { background-color: #C4A391; }
a { background-color: rgb(196,163,145); }
div.DivClassName
{
background-color: #C4A391;
}
.BgClassName
{
background-color: #C4A391;
}
</style>
border-color css
<style>
span { border-color: #C4A391; }
span { border-color: rgb(196,163,145); }
td.TdClassName
{
border-color: #C4A391;
}
.TagClassName
{
border-color: #C4A391;
}
</style>