#C2A18F

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

Shades of Quicksand #C2A18F

Tints of Quicksand #C2A18F

Color information

#C2A18F (or 0xC2A18F) is unknown color: approx Quicksand. HEX triplet: C2, A1 and 8F. RGB value is (194,161,143). Sum of RGB (Red+Green+Blue) = 194+161+143=498 (65% of max value = 765). Red value is 194 (76.17% from 255 or 38.96% from 498); Green value is 161 (63.28% from 255 or 32.33% from 498); Blue value is 143 (56.25% from 255 or 28.71% from 498); Max value from RGB is 194 - color contains mainly: red. Hex color #C2A18F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C2A18F is #3D5E70. Grayscale: #A8A8A8. Windows color (decimal): -4021873 or 9413058. OLE color: 9413058.

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

Color convert

RGB194161143-
CMYK00.170.260.24
HSL21.18º29.48%66.08%-
HSV(B)21.18º26.29%76.08%-
XYZ39.9538.9431.4-
YUV168.81113.43145.96-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 38.96%
GREEN value IS 161 (63.28% from 255) = 32.33%
BLUE value IS 143 (56.25% from 255) = 28.71%
R=38.96%
G=32.33%
B=28.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.26
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19416114300.170.260.2421.1829.4866.08
HexC2A18F0111A18151d42
Octal30224121702132302535102
Binary110000101010000110001111010001110101100010101111011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2A18F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2A18F; }

 p { color: rgb(194,161,143); }

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

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

 a { background-color: rgb(194,161,143); }

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

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

 span { border-color: rgb(194,161,143); }

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