Shades of Quicksand #C8A091
Tints of Quicksand #C8A091
RGB
CMYK
RGB Variations
Color information
#C8A091 (or 0xC8A091) is known color: Quicksand. HEX triplet: C8, A0 and 91. RGB value is (200,160,145). Sum of RGB (Red+Green+Blue) = 200+160+145=505 (66% of max value = 765). Red value is 200 (78.52% from 255 or 39.60% from 505); Green value is 160 (62.89% from 255 or 31.68% from 505); Blue value is 145 (57.03% from 255 or 28.71% from 505); Max value from RGB is 200 - color contains mainly: red. Hex color #C8A091 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C8A091 is #375F6E. Grayscale: #AAAAAA. Windows color (decimal): -3628911 or 9543880. OLE color: 9543880.
HSL color Cylindrical-coordinate representation of color #C8A091: hue angle of 16.36º degrees, saturation: 0.33, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #C8A091 is Cyan = 0, Magento = 0.2, Yellow = 0.28 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 160 | 145 | - |
| CMYK | 0 | 0.2 | 0.28 | 0.22 |
| HSL | 16.36º | 0.33% | 0.68% | - |
| HSV(B) | 16.36º | 0.28% | 0.78% | - |
| XYZ | 41.5 | 39.47 | 32.22 | - |
| YUV | 170.25 | 113.75 | 149.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 160 | 145 | 0 | 0.2 | 0.28 | 0.22 | 16.36 | 0.33 | 0.68 |
| Hex | C8 | A0 | 91 | 0 | 14 | 1C | 16 | 10 | 21 | 44 |
| Octal | 310 | 240 | 221 | 0 | 24 | 34 | 26 | 20 | 41 | 104 |
| Binary | 11001000 | 10100000 | 10010001 | 0 | 10100 | 11100 | 10110 | 10000 | 100001 | 1000100 |
Color Harmonies of #C8A091
Complementary color
Monochromatic Colors of #C8A091
Black with #C8A091
Text Example
Text Example
White with #C8A091
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8A091; }
p { color: rgb(200,160,145); }
H1.HeaderClassName
{
color: #C8A091;
}
.AnyTagClassName
{
color: #C8A091;
}
</style>
background-color css
<style>
a { background-color: #C8A091; }
a { background-color: rgb(200,160,145); }
div.DivClassName
{
background-color: #C8A091;
}
.BgClassName
{
background-color: #C8A091;
}
</style>
border-color css
<style>
span { border-color: #C8A091; }
span { border-color: rgb(200,160,145); }
td.TdClassName
{
border-color: #C8A091;
}
.TagClassName
{
border-color: #C8A091;
}
</style>