#C1AF9F

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

Shades of Silk #C1AF9F

Tints of Silk #C1AF9F

Color information

#C1AF9F (or 0xC1AF9F) is unknown color: approx Silk. HEX triplet: C1, AF and 9F. RGB value is (193,175,159). Sum of RGB (Red+Green+Blue) = 193+175+159=527 (69% of max value = 765). Red value is 193 (75.78% from 255 or 36.62% from 527); Green value is 175 (68.75% from 255 or 33.21% from 527); Blue value is 159 (62.5% from 255 or 30.17% from 527); Max value from RGB is 193 - color contains mainly: red. Hex color #C1AF9F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C1AF9F is #3E5060. Grayscale: #B2B2B2. Windows color (decimal): -4083809 or 10465217. OLE color: 10465217.

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

Color convert

RGB193175159-
CMYK00.090.180.24
HSL28.24º21.52%69.02%-
HSV(B)28.24º17.62%75.69%-
XYZ43.5844.539.09-
YUV178.56116.96138.3-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 36.62%
GREEN value IS 175 (68.75% from 255) = 33.21%
BLUE value IS 159 (62.5% from 255) = 30.17%
R=36.62%
G=33.21%
B=30.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.18
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19317515900.090.180.2428.2421.5269.02
HexC1AF9F0912181c1645
Octal30125723701122303426105
Binary11000001101011111001111101001100101100011100101101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1AF9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1AF9F; }

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

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

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

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

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

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

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

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