#C2A093

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

Shades of Quicksand #C2A093

Tints of Quicksand #C2A093

Color information

#C2A093 (or 0xC2A093) is unknown color: approx Quicksand. HEX triplet: C2, A0 and 93. RGB value is (194,160,147). Sum of RGB (Red+Green+Blue) = 194+160+147=501 (66% of max value = 765). Red value is 194 (76.17% from 255 or 38.72% from 501); Green value is 160 (62.89% from 255 or 31.94% from 501); Blue value is 147 (57.81% from 255 or 29.34% from 501); Max value from RGB is 194 - color contains mainly: red. Hex color #C2A093 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C2A093 is #3D5F6C. Grayscale: #A8A8A8. Windows color (decimal): -4022125 or 9674946. OLE color: 9674946.

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

Color convert

RGB194160147-
CMYK00.180.240.24
HSL16.6º27.81%66.86%-
HSV(B)16.6º24.23%76.08%-
XYZ40.0938.7232.96-
YUV168.68115.76146.06-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 38.72%
GREEN value IS 160 (62.89% from 255) = 31.94%
BLUE value IS 147 (57.81% from 255) = 29.34%
R=38.72%
G=31.94%
B=29.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.24
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19416014700.180.240.2416.627.8166.86
HexC2A0930121818111c43
Octal30224022302230302134103
Binary110000101010000010010011010010110001100010001111001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2A093

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2A093; }

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

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

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

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

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

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

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

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