#C1AA9D

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

Shades of Silk #C1AA9D

Tints of Silk #C1AA9D

Color information

#C1AA9D (or 0xC1AA9D) is unknown color: approx Silk. HEX triplet: C1, AA and 9D. RGB value is (193,170,157). Sum of RGB (Red+Green+Blue) = 193+170+157=520 (68% of max value = 765). Red value is 193 (75.78% from 255 or 37.12% from 520); Green value is 170 (66.80% from 255 or 32.69% from 520); Blue value is 157 (61.72% from 255 or 30.19% from 520); Max value from RGB is 193 - color contains mainly: red. Hex color #C1AA9D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C1AA9D is #3E5562. Grayscale: #AFAFAF. Windows color (decimal): -4085091 or 10332865. OLE color: 10332865.

HSL color Cylindrical-coordinate representation of color #C1AA9D: hue angle of 21.67º 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 #C1AA9D is Cyan = 0, Magento = 0.12, Yellow = 0.19 and Black (K on CMYK) = 0.24.

Color convert

RGB193170157-
CMYK00.120.190.24
HSL21.67º22.5%68.63%-
HSV(B)21.67º18.65%75.69%-
XYZ42.4542.5237.87-
YUV175.4117.62140.56-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 37.12%
GREEN value IS 170 (66.80% from 255) = 32.69%
BLUE value IS 157 (61.72% from 255) = 30.19%
R=37.12%
G=32.69%
B=30.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.19
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19317015700.120.190.2421.6722.568.63
HexC1AA9D0C1318161745
Octal30125223501423302627105
Binary11000001101010101001110101100100111100010110101111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1AA9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1AA9D; }

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

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

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

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

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

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

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

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