#C1A093

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

Shades of Quicksand #C1A093

Tints of Quicksand #C1A093

Color information

#C1A093 (or 0xC1A093) is unknown color: approx Quicksand. HEX triplet: C1, A0 and 93. RGB value is (193,160,147). Sum of RGB (Red+Green+Blue) = 193+160+147=500 (66% of max value = 765). Red value is 193 (75.78% from 255 or 38.6% from 500); Green value is 160 (62.89% from 255 or 32% from 500); Blue value is 147 (57.81% from 255 or 29.4% from 500); Max value from RGB is 193 - color contains mainly: red. Hex color #C1A093 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C1A093 is #3E5F6C. Grayscale: #A8A8A8. Windows color (decimal): -4087661 or 9674945. OLE color: 9674945.

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

Color convert

RGB193160147-
CMYK00.170.240.24
HSL16.96º27.06%66.67%-
HSV(B)16.96º23.83%75.69%-
XYZ39.8338.5932.95-
YUV168.38115.93145.56-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 38.6%
GREEN value IS 160 (62.89% from 255) = 32%
BLUE value IS 147 (57.81% from 255) = 29.4%
R=38.6%
G=32%
B=29.4%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.24
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19316014700.170.240.2416.9627.0666.67
HexC1A0930111818111b43
Octal30124022302130302133103
Binary110000011010000010010011010001110001100010001110111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1A093

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1A093; }

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

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

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

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

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

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

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

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