#C1A18F

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

Shades of Quicksand #C1A18F

Tints of Quicksand #C1A18F

Color information

#C1A18F (or 0xC1A18F) is unknown color: approx Quicksand. HEX triplet: C1, A1 and 8F. RGB value is (193,161,143). Sum of RGB (Red+Green+Blue) = 193+161+143=497 (65% of max value = 765). Red value is 193 (75.78% from 255 or 38.83% from 497); Green value is 161 (63.28% from 255 or 32.39% from 497); Blue value is 143 (56.25% from 255 or 28.77% from 497); Max value from RGB is 193 - color contains mainly: red. Hex color #C1A18F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C1A18F is #3E5E70. Grayscale: #A8A8A8. Windows color (decimal): -4087409 or 9413057. OLE color: 9413057.

HSL color Cylindrical-coordinate representation of color #C1A18F: hue angle of 21.6º 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 #C1A18F is Cyan = 0, Magento = 0.17, Yellow = 0.26 and Black (K on CMYK) = 0.24.

Color convert

RGB193161143-
CMYK00.170.260.24
HSL21.6º28.74%65.88%-
HSV(B)21.6º25.91%75.69%-
XYZ39.738.8131.39-
YUV168.52113.6145.46-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 38.83%
GREEN value IS 161 (63.28% from 255) = 32.39%
BLUE value IS 143 (56.25% from 255) = 28.77%
R=38.83%
G=32.39%
B=28.77%

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
Decimal19316114300.170.260.2421.628.7465.88
HexC1A18F0111A18161d42
Octal30124121702132302635102
Binary110000011010000110001111010001110101100010110111011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1A18F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1A18F; }

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

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

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

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

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

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

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

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