#C1AA9E

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

Shades of Silk #C1AA9E

Tints of Silk #C1AA9E

Color information

#C1AA9E (or 0xC1AA9E) is unknown color: approx Silk. HEX triplet: C1, AA and 9E. RGB value is (193,170,158). Sum of RGB (Red+Green+Blue) = 193+170+158=521 (69% of max value = 765). Red value is 193 (75.78% from 255 or 37.04% from 521); Green value is 170 (66.80% from 255 or 32.63% from 521); Blue value is 158 (62.11% from 255 or 30.33% from 521); Max value from RGB is 193 - color contains mainly: red. Hex color #C1AA9E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C1AA9E is #3E5561. Grayscale: #AFAFAF. Windows color (decimal): -4085090 or 10398401. OLE color: 10398401.

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

Color convert

RGB193170158-
CMYK00.120.180.24
HSL20.57º22.01%68.82%-
HSV(B)20.57º18.13%75.69%-
XYZ42.5442.5638.32-
YUV175.51118.12140.48-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 37.04%
GREEN value IS 170 (66.80% from 255) = 32.63%
BLUE value IS 158 (62.11% from 255) = 30.33%
R=37.04%
G=32.63%
B=30.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.18
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19317015800.120.180.2420.5722.0168.82
HexC1AA9E0C1218151645
Octal30125223601422302526105
Binary11000001101010101001111001100100101100010101101101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1AA9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1AA9E; }

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

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

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

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

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

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

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

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