#C2A392

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

Shades of Quicksand #C2A392

Tints of Quicksand #C2A392

Color information

#C2A392 (or 0xC2A392) is unknown color: approx Quicksand. HEX triplet: C2, A3 and 92. RGB value is (194,163,146). Sum of RGB (Red+Green+Blue) = 194+163+146=503 (66% of max value = 765). Red value is 194 (76.17% from 255 or 38.57% from 503); Green value is 163 (64.06% from 255 or 32.41% from 503); Blue value is 146 (57.42% from 255 or 29.03% from 503); Max value from RGB is 194 - color contains mainly: red. Hex color #C2A392 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C2A392 is #3D5C6D. Grayscale: #AAAAAA. Windows color (decimal): -4021358 or 9610178. OLE color: 9610178.

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

Color convert

RGB194163146-
CMYK00.160.250.24
HSL21.25º28.24%66.67%-
HSV(B)21.25º24.74%76.08%-
XYZ40.5339.7432.73-
YUV170.33114.27144.88-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 38.57%
GREEN value IS 163 (64.06% from 255) = 32.41%
BLUE value IS 146 (57.42% from 255) = 29.03%
R=38.57%
G=32.41%
B=29.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.25
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19416314600.160.250.2421.2528.2466.67
HexC2A3920101918151c43
Octal30224322202031302534103
Binary110000101010001110010010010000110011100010101111001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2A392

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2A392; }

 p { color: rgb(194,163,146); }

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

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

 a { background-color: rgb(194,163,146); }

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

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

 span { border-color: rgb(194,163,146); }

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