#C6A08C

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

Shades of Quicksand #C6A08C

Tints of Quicksand #C6A08C

Color information

#C6A08C (or 0xC6A08C) is unknown color: approx Quicksand. HEX triplet: C6, A0 and 8C. RGB value is (198,160,140). Sum of RGB (Red+Green+Blue) = 198+160+140=498 (65% of max value = 765). Red value is 198 (77.73% from 255 or 39.76% from 498); Green value is 160 (62.89% from 255 or 32.13% from 498); Blue value is 140 (55.08% from 255 or 28.11% from 498); Max value from RGB is 198 - color contains mainly: red. Hex color #C6A08C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C6A08C is #395F73. Grayscale: #A9A9A9. Windows color (decimal): -3759988 or 9216198. OLE color: 9216198.

HSL color Cylindrical-coordinate representation of color #C6A08C: hue angle of 20.69º degrees, saturation: 0.34, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #C6A08C is Cyan = 0, Magento = 0.19, Yellow = 0.29 and Black (K on CMYK) = 0.22.

Color convert

RGB198160140-
CMYK00.190.290.22
HSL20.69º33.72%66.27%-
HSV(B)20.69º29.29%77.65%-
XYZ40.5939.0430.21-
YUV169.08111.59148.63-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 39.76%
GREEN value IS 160 (62.89% from 255) = 32.13%
BLUE value IS 140 (55.08% from 255) = 28.11%
R=39.76%
G=32.13%
B=28.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.29
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19816014000.190.290.2220.6933.7266.27
HexC6A08C0131D16152242
Octal30624021402335262542102
Binary1100011010100000100011000100111110110110101011000101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6A08C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6A08C; }

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

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

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

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

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

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

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

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