#C1AB96

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

Shades of Silk #C1AB96

Tints of Silk #C1AB96

Color information

#C1AB96 (or 0xC1AB96) is unknown color: approx Silk. HEX triplet: C1, AB and 96. RGB value is (193,171,150). Sum of RGB (Red+Green+Blue) = 193+171+150=514 (68% of max value = 765). Red value is 193 (75.78% from 255 or 37.55% from 514); Green value is 171 (67.19% from 255 or 33.27% from 514); Blue value is 150 (58.98% from 255 or 29.18% from 514); Max value from RGB is 193 - color contains mainly: red. Hex color #C1AB96 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C1AB96 is #3E5469. Grayscale: #AFAFAF. Windows color (decimal): -4084842 or 9874369. OLE color: 9874369.

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

Color convert

RGB193171150-
CMYK00.110.220.24
HSL29.3º25.75%67.25%-
HSV(B)29.3º22.28%75.69%-
XYZ42.0642.6734.87-
YUV175.18113.79140.71-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 37.55%
GREEN value IS 171 (67.19% from 255) = 33.27%
BLUE value IS 150 (58.98% from 255) = 29.18%
R=37.55%
G=33.27%
B=29.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.22
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19317115000.110.220.2429.325.7567.25
HexC1AB960B16181d1a43
Octal30125322601326303532103
Binary11000001101010111001011001011101101100011101110101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1AB96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1AB96; }

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

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

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

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

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

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

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

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