Shades of Quicksand #C8A08F
Tints of Quicksand #C8A08F
RGB
CMYK
RGB Variations
Color information
#C8A08F (or 0xC8A08F) is known color: Quicksand. HEX triplet: C8, A0 and 8F. RGB value is (200,160,143). Sum of RGB (Red+Green+Blue) = 200+160+143=503 (66% of max value = 765). Red value is 200 (78.52% from 255 or 39.76% from 503); Green value is 160 (62.89% from 255 or 31.81% from 503); Blue value is 143 (56.25% from 255 or 28.43% from 503); Max value from RGB is 200 - color contains mainly: red. Hex color #C8A08F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C8A08F is #375F70. Grayscale: #AAAAAA. Windows color (decimal): -3628913 or 9412808. OLE color: 9412808.
HSL color Cylindrical-coordinate representation of color #C8A08F: hue angle of 17.89º degrees, saturation: 0.34, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #C8A08F is Cyan = 0, Magento = 0.2, Yellow = 0.28 and Black (K on CMYK) = 0.22.
Color convert
RGB | 200 | 160 | 143 | - |
CMYK | 0 | 0.2 | 0.28 | 0.22 |
HSL | 17.89º | 0.34% | 0.67% | - |
HSV(B) | 17.89º | 0.29% | 0.78% | - |
XYZ | 41.35 | 39.4 | 31.41 | - |
YUV | 170.02 | 112.75 | 149.38 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 200 | 160 | 143 | 0 | 0.2 | 0.28 | 0.22 | 17.89 | 0.34 | 0.67 |
Hex | C8 | A0 | 8F | 0 | 14 | 1C | 16 | 12 | 22 | 43 |
Octal | 310 | 240 | 217 | 0 | 24 | 34 | 26 | 22 | 42 | 103 |
Binary | 11001000 | 10100000 | 10001111 | 0 | 10100 | 11100 | 10110 | 10010 | 100010 | 1000011 |
Color Harmonies of #C8A08F
Complementary color
Monochromatic Colors of #C8A08F
Black with #C8A08F
Text Example
Text Example
White with #C8A08F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8A08F; }
p { color: rgb(200,160,143); }
H1.HeaderClassName
{
color: #C8A08F;
}
.AnyTagClassName
{
color: #C8A08F;
}
</style>
background-color css
<style>
a { background-color: #C8A08F; }
a { background-color: rgb(200,160,143); }
div.DivClassName
{
background-color: #C8A08F;
}
.BgClassName
{
background-color: #C8A08F;
}
</style>
border-color css
<style>
span { border-color: #C8A08F; }
span { border-color: rgb(200,160,143); }
td.TdClassName
{
border-color: #C8A08F;
}
.TagClassName
{
border-color: #C8A08F;
}
</style>