#C6A08D

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

Shades of Quicksand #C6A08D

Tints of Quicksand #C6A08D

Color information

#C6A08D (or 0xC6A08D) is unknown color: approx Quicksand. HEX triplet: C6, A0 and 8D. RGB value is (198,160,141). Sum of RGB (Red+Green+Blue) = 198+160+141=499 (66% of max value = 765). Red value is 198 (77.73% from 255 or 39.68% from 499); Green value is 160 (62.89% from 255 or 32.06% from 499); Blue value is 141 (55.47% from 255 or 28.26% from 499); Max value from RGB is 198 - color contains mainly: red. Hex color #C6A08D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C6A08D is #395F72. Grayscale: #A9A9A9. Windows color (decimal): -3759987 or 9281734. OLE color: 9281734.

HSL color Cylindrical-coordinate representation of color #C6A08D: hue angle of 20º degrees, saturation: 0.33, 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 #C6A08D is Cyan = 0, Magento = 0.19, Yellow = 0.29 and Black (K on CMYK) = 0.22.

Color convert

RGB198160141-
CMYK00.190.290.22
HSL20º33.33%66.47%-
HSV(B)20º28.79%77.65%-
XYZ40.6739.0730.6-
YUV169.2112.09148.54-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 39.68%
GREEN value IS 160 (62.89% from 255) = 32.06%
BLUE value IS 141 (55.47% from 255) = 28.26%
R=39.68%
G=32.06%
B=28.26%

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
Decimal19816014100.190.290.222033.3366.47
HexC6A08D0131D16142142
Octal30624021502335262441102
Binary1100011010100000100011010100111110110110101001000011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6A08D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6A08D; }

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

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

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

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

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

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

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

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