#C1A494

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

Shades of Quicksand #C1A494

Tints of Quicksand #C1A494

Color information

#C1A494 (or 0xC1A494) is unknown color: approx Quicksand. HEX triplet: C1, A4 and 94. RGB value is (193,164,148). Sum of RGB (Red+Green+Blue) = 193+164+148=505 (66% of max value = 765). Red value is 193 (75.78% from 255 or 38.22% from 505); Green value is 164 (64.45% from 255 or 32.48% from 505); Blue value is 148 (58.20% from 255 or 29.31% from 505); Max value from RGB is 193 - color contains mainly: red. Hex color #C1A494 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C1A494 is #3E5B6B. Grayscale: #AAAAAA. Windows color (decimal): -4086636 or 9741505. OLE color: 9741505.

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

Color convert

RGB193164148-
CMYK00.150.230.24
HSL21.33º26.63%66.86%-
HSV(B)21.33º23.32%75.69%-
XYZ40.6140.0333.6-
YUV170.85115.11143.8-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 38.22%
GREEN value IS 164 (64.45% from 255) = 32.48%
BLUE value IS 148 (58.20% from 255) = 29.31%
R=38.22%
G=32.48%
B=29.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.23
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19316414800.150.230.2421.3326.6366.86
HexC1A4940F1718151b43
Octal30124422401727302533103
Binary11000001101001001001010001111101111100010101110111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1A494

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1A494; }

 p { color: rgb(193,164,148); }

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

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

 a { background-color: rgb(193,164,148); }

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

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

 span { border-color: rgb(193,164,148); }

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