#C2A091

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

Shades of Quicksand #C2A091

Tints of Quicksand #C2A091

Color information

#C2A091 (or 0xC2A091) is unknown color: approx Quicksand. HEX triplet: C2, A0 and 91. RGB value is (194,160,145). Sum of RGB (Red+Green+Blue) = 194+160+145=499 (66% of max value = 765). Red value is 194 (76.17% from 255 or 38.88% from 499); Green value is 160 (62.89% from 255 or 32.06% from 499); Blue value is 145 (57.03% from 255 or 29.06% from 499); Max value from RGB is 194 - color contains mainly: red. Hex color #C2A091 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C2A091 is #3D5F6E. Grayscale: #A8A8A8. Windows color (decimal): -4022127 or 9543874. OLE color: 9543874.

HSL color Cylindrical-coordinate representation of color #C2A091: hue angle of 18.37º degrees, saturation: 0.29, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #C2A091 is Cyan = 0, Magento = 0.18, Yellow = 0.25 and Black (K on CMYK) = 0.24.

Color convert

RGB194160145-
CMYK00.180.250.24
HSL18.37º28.65%66.47%-
HSV(B)18.37º25.26%76.08%-
XYZ39.9338.6632.14-
YUV168.46114.76146.22-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 38.88%
GREEN value IS 160 (62.89% from 255) = 32.06%
BLUE value IS 145 (57.03% from 255) = 29.06%
R=38.88%
G=32.06%
B=29.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.25
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19416014500.180.250.2418.3728.6566.47
HexC2A0910121918121d42
Octal30224022102231302235102
Binary110000101010000010010001010010110011100010010111011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2A091

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2A091; }

 p { color: rgb(194,160,145); }

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

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

 a { background-color: rgb(194,160,145); }

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

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

 span { border-color: rgb(194,160,145); }

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