#C1AFA0

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

Shades of Silk #C1AFA0

Tints of Silk #C1AFA0

Color information

#C1AFA0 (or 0xC1AFA0) is unknown color: approx Silk. HEX triplet: C1, AF and A0. RGB value is (193,175,160). Sum of RGB (Red+Green+Blue) = 193+175+160=528 (69% of max value = 765). Red value is 193 (75.78% from 255 or 36.55% from 528); Green value is 175 (68.75% from 255 or 33.14% from 528); Blue value is 160 (62.89% from 255 or 30.30% from 528); Max value from RGB is 193 - color contains mainly: red. Hex color #C1AFA0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C1AFA0 is #3E505F. Grayscale: #B2B2B2. Windows color (decimal): -4083808 or 10530753. OLE color: 10530753.

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

Color convert

RGB193175160-
CMYK00.090.170.24
HSL27.27º21.02%69.22%-
HSV(B)27.27º17.1%75.69%-
XYZ43.6744.5439.55-
YUV178.67117.46138.22-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 36.55%
GREEN value IS 175 (68.75% from 255) = 33.14%
BLUE value IS 160 (62.89% from 255) = 30.30%
R=36.55%
G=33.14%
B=30.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.17
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19317516000.090.170.2427.2721.0269.22
HexC1AFA00911181b1545
Octal30125724001121303325105
Binary11000001101011111010000001001100011100011011101011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1AFA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1AFA0; }

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

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

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

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

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

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

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

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