#C1AC9D

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

Shades of Silk #C1AC9D

Tints of Silk #C1AC9D

Color information

#C1AC9D (or 0xC1AC9D) is unknown color: approx Silk. HEX triplet: C1, AC and 9D. RGB value is (193,172,157). Sum of RGB (Red+Green+Blue) = 193+172+157=522 (69% of max value = 765). Red value is 193 (75.78% from 255 or 36.97% from 522); Green value is 172 (67.58% from 255 or 32.95% from 522); Blue value is 157 (61.72% from 255 or 30.08% from 522); Max value from RGB is 193 - color contains mainly: red. Hex color #C1AC9D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C1AC9D is #3E5362. Grayscale: #B0B0B0. Windows color (decimal): -4084579 or 10333377. OLE color: 10333377.

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

Color convert

RGB193172157-
CMYK00.110.190.24
HSL25º22.5%68.63%-
HSV(B)25º18.65%75.69%-
XYZ42.8343.2837.99-
YUV176.57116.96139.72-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 36.97%
GREEN value IS 172 (67.58% from 255) = 32.95%
BLUE value IS 157 (61.72% from 255) = 30.08%
R=36.97%
G=32.95%
B=30.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.19
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19317215700.110.190.242522.568.63
HexC1AC9D0B1318191745
Octal30125423501323303127105
Binary11000001101011001001110101011100111100011001101111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1AC9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1AC9D; }

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

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

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

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

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

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

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

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