#C1AB95

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

Shades of Silk #C1AB95

Tints of Silk #C1AB95

Color information

#C1AB95 (or 0xC1AB95) is unknown color: approx Silk. HEX triplet: C1, AB and 95. RGB value is (193,171,149). Sum of RGB (Red+Green+Blue) = 193+171+149=513 (67% of max value = 765). Red value is 193 (75.78% from 255 or 37.62% from 513); Green value is 171 (67.19% from 255 or 33.33% from 513); Blue value is 149 (58.59% from 255 or 29.04% from 513); Max value from RGB is 193 - color contains mainly: red. Hex color #C1AB95 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C1AB95 is #3E546A. Grayscale: #AFAFAF. Windows color (decimal): -4084843 or 9808833. OLE color: 9808833.

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

Color convert

RGB193171149-
CMYK00.110.230.24
HSL30º26.19%67.06%-
HSV(B)30º22.8%75.69%-
XYZ41.9842.6334.45-
YUV175.07113.29140.79-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 37.62%
GREEN value IS 171 (67.19% from 255) = 33.33%
BLUE value IS 149 (58.59% from 255) = 29.04%
R=37.62%
G=33.33%
B=29.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.23
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19317114900.110.230.243026.1967.06
HexC1AB950B17181e1a43
Octal30125322501327303632103
Binary11000001101010111001010101011101111100011110110101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1AB95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1AB95; }

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

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

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

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

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

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

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

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