#C1AC9B

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

Shades of Silk #C1AC9B

Tints of Silk #C1AC9B

Color information

#C1AC9B (or 0xC1AC9B) is unknown color: approx Silk. HEX triplet: C1, AC and 9B. RGB value is (193,172,155). Sum of RGB (Red+Green+Blue) = 193+172+155=520 (68% of max value = 765). Red value is 193 (75.78% from 255 or 37.12% from 520); Green value is 172 (67.58% from 255 or 33.08% from 520); Blue value is 155 (60.94% from 255 or 29.81% from 520); Max value from RGB is 193 - color contains mainly: red. Hex color #C1AC9B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C1AC9B is #3E5364. Grayscale: #B0B0B0. Windows color (decimal): -4084581 or 10202305. OLE color: 10202305.

HSL color Cylindrical-coordinate representation of color #C1AC9B: hue angle of 26.84º degrees, saturation: 0.23, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #C1AC9B is Cyan = 0, Magento = 0.11, Yellow = 0.20 and Black (K on CMYK) = 0.24.

Color convert

RGB193172155-
CMYK00.110.200.24
HSL26.84º23.46%68.24%-
HSV(B)26.84º19.69%75.69%-
XYZ42.6643.2137.1-
YUV176.34115.96139.88-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 37.12%
GREEN value IS 172 (67.58% from 255) = 33.08%
BLUE value IS 155 (60.94% from 255) = 29.81%
R=37.12%
G=33.08%
B=29.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.20
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19317215500.110.200.2426.8423.4668.24
HexC1AC9B0B14181b1744
Octal30125423301324303327104
Binary11000001101011001001101101011101001100011011101111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1AC9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1AC9B; }

 p { color: rgb(193,172,155); }

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

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

 a { background-color: rgb(193,172,155); }

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

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

 span { border-color: rgb(193,172,155); }

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