Shades of Quicksand #C4A08F
Tints of Quicksand #C4A08F
RGB
CMYK
RGB Variations
Color information
#C4A08F (or 0xC4A08F) is known color: Quicksand. HEX triplet: C4, A0 and 8F. RGB value is (196,160,143). Sum of RGB (Red+Green+Blue) = 196+160+143=499 (66% of max value = 765). Red value is 196 (76.95% from 255 or 39.28% from 499); Green value is 160 (62.89% from 255 or 32.06% from 499); Blue value is 143 (56.25% from 255 or 28.66% from 499); Max value from RGB is 196 - color contains mainly: red. Hex color #C4A08F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C4A08F is #3B5F70. Grayscale: #A8A8A8. Windows color (decimal): -3891057 or 9412804. OLE color: 9412804.
HSL color Cylindrical-coordinate representation of color #C4A08F: hue angle of 19.25º degrees, saturation: 0.31, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #C4A08F is Cyan = 0, Magento = 0.18, Yellow = 0.27 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 160 | 143 | - |
| CMYK | 0 | 0.18 | 0.27 | 0.23 |
| HSL | 19.25º | 0.31% | 0.66% | - |
| HSV(B) | 19.25º | 0.27% | 0.77% | - |
| XYZ | 40.29 | 38.86 | 31.36 | - |
| YUV | 168.83 | 113.43 | 147.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 160 | 143 | 0 | 0.18 | 0.27 | 0.23 | 19.25 | 0.31 | 0.66 |
| Hex | C4 | A0 | 8F | 0 | 12 | 1B | 17 | 13 | 1F | 42 |
| Octal | 304 | 240 | 217 | 0 | 22 | 33 | 27 | 23 | 37 | 102 |
| Binary | 11000100 | 10100000 | 10001111 | 0 | 10010 | 11011 | 10111 | 10011 | 11111 | 1000010 |
Color Harmonies of #C4A08F
Complementary color
Monochromatic Colors of #C4A08F
Black with #C4A08F
Text Example
Text Example
White with #C4A08F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4A08F; }
p { color: rgb(196,160,143); }
H1.HeaderClassName
{
color: #C4A08F;
}
.AnyTagClassName
{
color: #C4A08F;
}
</style>
background-color css
<style>
a { background-color: #C4A08F; }
a { background-color: rgb(196,160,143); }
div.DivClassName
{
background-color: #C4A08F;
}
.BgClassName
{
background-color: #C4A08F;
}
</style>
border-color css
<style>
span { border-color: #C4A08F; }
span { border-color: rgb(196,160,143); }
td.TdClassName
{
border-color: #C4A08F;
}
.TagClassName
{
border-color: #C4A08F;
}
</style>