#C8A08F

Color #C8A08F Quicksand (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Quicksand #C8A08F

Tints of Quicksand #C8A08F

Color information

#C8A08F (or 0xC8A08F) is unknown color: approx 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.28%. 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

RGB200160143-
CMYK00.20.280.22
HSL17.89º34.13%67.25%-
HSV(B)17.89º28.5%78.43%-
XYZ41.3539.431.41-
YUV170.02112.75149.38-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 200 (78.52% from 255) = 39.76%
GREEN value IS 160 (62.89% from 255) = 31.81%
BLUE value IS 143 (56.25% from 255) = 28.43%
R=39.76%
G=31.81%
B=28.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.2
Y (Yellow) values IS 0.28
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20016014300.20.280.2217.8934.1367.25
HexC8A08F0141C16122243
Octal31024021702434262242103
Binary1100100010100000100011110101001110010110100101000101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8A08F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>