Shades of Quicksand #C3A08E
Tints of Quicksand #C3A08E
RGB
CMYK
RGB Variations
Color information
#C3A08E (or 0xC3A08E) is known color: Quicksand. HEX triplet: C3, A0 and 8E. RGB value is (195,160,142). Sum of RGB (Red+Green+Blue) = 195+160+142=497 (65% of max value = 765). Red value is 195 (76.56% from 255 or 39.24% from 497); Green value is 160 (62.89% from 255 or 32.19% from 497); Blue value is 142 (55.86% from 255 or 28.57% from 497); Max value from RGB is 195 - color contains mainly: red. Hex color #C3A08E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C3A08E is #3C5F71. Grayscale: #A8A8A8. Windows color (decimal): -3956594 or 9347267. OLE color: 9347267.
HSL color Cylindrical-coordinate representation of color #C3A08E: hue angle of 20.38º degrees, saturation: 0.31, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #C3A08E is Cyan = 0, Magento = 0.18, Yellow = 0.27 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 160 | 142 | - |
| CMYK | 0 | 0.18 | 0.27 | 0.24 |
| HSL | 20.38º | 0.31% | 0.66% | - |
| HSV(B) | 20.38º | 0.27% | 0.76% | - |
| XYZ | 39.96 | 38.7 | 30.95 | - |
| YUV | 168.41 | 113.1 | 146.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 160 | 142 | 0 | 0.18 | 0.27 | 0.24 | 20.38 | 0.31 | 0.66 |
| Hex | C3 | A0 | 8E | 0 | 12 | 1B | 18 | 14 | 1F | 42 |
| Octal | 303 | 240 | 216 | 0 | 22 | 33 | 30 | 24 | 37 | 102 |
| Binary | 11000011 | 10100000 | 10001110 | 0 | 10010 | 11011 | 11000 | 10100 | 11111 | 1000010 |
Color Harmonies of #C3A08E
Complementary color
Monochromatic Colors of #C3A08E
Black with #C3A08E
Text Example
Text Example
White with #C3A08E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3A08E; }
p { color: rgb(195,160,142); }
H1.HeaderClassName
{
color: #C3A08E;
}
.AnyTagClassName
{
color: #C3A08E;
}
</style>
background-color css
<style>
a { background-color: #C3A08E; }
a { background-color: rgb(195,160,142); }
div.DivClassName
{
background-color: #C3A08E;
}
.BgClassName
{
background-color: #C3A08E;
}
</style>
border-color css
<style>
span { border-color: #C3A08E; }
span { border-color: rgb(195,160,142); }
td.TdClassName
{
border-color: #C3A08E;
}
.TagClassName
{
border-color: #C3A08E;
}
</style>