Shades of Quicksand #C4A392
Tints of Quicksand #C4A392
RGB
CMYK
RGB Variations
Color information
#C4A392 (or 0xC4A392) is known color: Quicksand. HEX triplet: C4, A3 and 92. RGB value is (196,163,146). Sum of RGB (Red+Green+Blue) = 196+163+146=505 (66% of max value = 765). Red value is 196 (76.95% from 255 or 38.81% from 505); Green value is 163 (64.06% from 255 or 32.28% from 505); Blue value is 146 (57.42% from 255 or 28.91% from 505); Max value from RGB is 196 - color contains mainly: red. Hex color #C4A392 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C4A392 is #3B5C6D. Grayscale: #ABABAB. Windows color (decimal): -3890286 or 9610180. OLE color: 9610180.
HSL color Cylindrical-coordinate representation of color #C4A392: hue angle of 20.4º 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 #C4A392 is Cyan = 0, Magento = 0.17, Yellow = 0.26 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 163 | 146 | - |
| CMYK | 0 | 0.17 | 0.26 | 0.23 |
| HSL | 20.4º | 0.3% | 0.67% | - |
| HSV(B) | 20.4º | 0.26% | 0.77% | - |
| XYZ | 41.05 | 40.01 | 32.75 | - |
| YUV | 170.93 | 113.93 | 145.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 163 | 146 | 0 | 0.17 | 0.26 | 0.23 | 20.4 | 0.3 | 0.67 |
| Hex | C4 | A3 | 92 | 0 | 11 | 1A | 17 | 14 | 1E | 43 |
| Octal | 304 | 243 | 222 | 0 | 21 | 32 | 27 | 24 | 36 | 103 |
| Binary | 11000100 | 10100011 | 10010010 | 0 | 10001 | 11010 | 10111 | 10100 | 11110 | 1000011 |
Color Harmonies of #C4A392
Complementary color
Monochromatic Colors of #C4A392
Black with #C4A392
Text Example
Text Example
White with #C4A392
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4A392; }
p { color: rgb(196,163,146); }
H1.HeaderClassName
{
color: #C4A392;
}
.AnyTagClassName
{
color: #C4A392;
}
</style>
background-color css
<style>
a { background-color: #C4A392; }
a { background-color: rgb(196,163,146); }
div.DivClassName
{
background-color: #C4A392;
}
.BgClassName
{
background-color: #C4A392;
}
</style>
border-color css
<style>
span { border-color: #C4A392; }
span { border-color: rgb(196,163,146); }
td.TdClassName
{
border-color: #C4A392;
}
.TagClassName
{
border-color: #C4A392;
}
</style>