#C1AD9F

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

Shades of Silk #C1AD9F

Tints of Silk #C1AD9F

Color information

#C1AD9F (or 0xC1AD9F) is unknown color: approx Silk. HEX triplet: C1, AD and 9F. RGB value is (193,173,159). Sum of RGB (Red+Green+Blue) = 193+173+159=525 (69% of max value = 765). Red value is 193 (75.78% from 255 or 36.76% from 525); Green value is 173 (67.97% from 255 or 32.95% from 525); Blue value is 159 (62.5% from 255 or 30.29% from 525); Max value from RGB is 193 - color contains mainly: red. Hex color #C1AD9F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C1AD9F is #3E5260. Grayscale: #B1B1B1. Windows color (decimal): -4084321 or 10464705. OLE color: 10464705.

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

Color convert

RGB193173159-
CMYK00.100.180.24
HSL24.71º21.52%69.02%-
HSV(B)24.71º17.62%75.69%-
XYZ43.1943.7338.96-
YUV177.38117.63139.14-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 36.76%
GREEN value IS 173 (67.97% from 255) = 32.95%
BLUE value IS 159 (62.5% from 255) = 30.29%
R=36.76%
G=32.95%
B=30.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.18
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19317315900.100.180.2424.7121.5269.02
HexC1AD9F0A1218191645
Octal30125523701222303126105
Binary11000001101011011001111101010100101100011001101101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1AD9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1AD9F; }

 p { color: rgb(193,173,159); }

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

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

 a { background-color: rgb(193,173,159); }

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

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

 span { border-color: rgb(193,173,159); }

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