#C8A08C

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

Shades of Quicksand #C8A08C

Tints of Quicksand #C8A08C

Color information

#C8A08C (or 0xC8A08C) is unknown color: approx Quicksand. HEX triplet: C8, A0 and 8C. RGB value is (200,160,140). Sum of RGB (Red+Green+Blue) = 200+160+140=500 (66% of max value = 765). Red value is 200 (78.52% from 255 or 40% from 500); Green value is 160 (62.89% from 255 or 32% from 500); Blue value is 140 (55.08% from 255 or 28% from 500); Max value from RGB is 200 - color contains mainly: red. Hex color #C8A08C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C8A08C is #375F73. Grayscale: #A9A9A9. Windows color (decimal): -3628916 or 9216200. OLE color: 9216200.

HSL color Cylindrical-coordinate representation of color #C8A08C: hue angle of 20º degrees, saturation: 0.35, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C8A08C is Cyan = 0, Magento = 0.2, Yellow = 0.3 and Black (K on CMYK) = 0.22.

Color convert

RGB200160140-
CMYK00.20.30.22
HSL20º35.29%66.67%-
HSV(B)20º30%78.43%-
XYZ41.1239.3130.23-
YUV169.68111.25149.63-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 40%
GREEN value IS 160 (62.89% from 255) = 32%
BLUE value IS 140 (55.08% from 255) = 28%
R=40%
G=32%
B=28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.2
Y (Yellow) values IS 0.3
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20016014000.20.30.222035.2966.67
HexC8A08C0141E16142343
Octal31024021402436262443103
Binary1100100010100000100011000101001111010110101001000111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8A08C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8A08C; }

 p { color: rgb(200,160,140); }

 H1.HeaderClassName
 {
   color: #C8A08C;
 }
 .AnyTagClassName
 {
   color: #C8A08C;
 }
</style>
background-color css

<style>
 a { background-color: #C8A08C; }

 a { background-color: rgb(200,160,140); }

 div.DivClassName
 {
   background-color: #C8A08C;
 }
 .BgClassName
 {
   background-color: #C8A08C;
 }
</style>
border-color css

<style>
 span { border-color: #C8A08C; }

 span { border-color: rgb(200,160,140); }

 td.TdClassName
 {
   border-color: #C8A08C;
 }
 .TagClassName
 {
   border-color: #C8A08C;
 }
</style>