#C1AB9E

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

Shades of Silk #C1AB9E

Tints of Silk #C1AB9E

Color information

#C1AB9E (or 0xC1AB9E) is unknown color: approx Silk. HEX triplet: C1, AB and 9E. RGB value is (193,171,158). Sum of RGB (Red+Green+Blue) = 193+171+158=522 (69% of max value = 765). Red value is 193 (75.78% from 255 or 36.97% from 522); Green value is 171 (67.19% from 255 or 32.76% from 522); Blue value is 158 (62.11% from 255 or 30.27% from 522); Max value from RGB is 193 - color contains mainly: red. Hex color #C1AB9E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C1AB9E is #3E5461. Grayscale: #B0B0B0. Windows color (decimal): -4084834 or 10398657. OLE color: 10398657.

HSL color Cylindrical-coordinate representation of color #C1AB9E: hue angle of 22.29º degrees, saturation: 0.22, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #C1AB9E is Cyan = 0, Magento = 0.11, Yellow = 0.18 and Black (K on CMYK) = 0.24.

Color convert

RGB193171158-
CMYK00.110.180.24
HSL22.29º22.01%68.82%-
HSV(B)22.29º18.13%75.69%-
XYZ42.7342.9338.38-
YUV176.1117.79140.06-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 36.97%
GREEN value IS 171 (67.19% from 255) = 32.76%
BLUE value IS 158 (62.11% from 255) = 30.27%
R=36.97%
G=32.76%
B=30.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.18
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19317115800.110.180.2422.2922.0168.82
HexC1AB9E0B1218161645
Octal30125323601322302626105
Binary11000001101010111001111001011100101100010110101101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1AB9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1AB9E; }

 p { color: rgb(193,171,158); }

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

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

 a { background-color: rgb(193,171,158); }

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

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

 span { border-color: rgb(193,171,158); }

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