#C1AA97

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

Shades of Silk #C1AA97

Tints of Silk #C1AA97

Color information

#C1AA97 (or 0xC1AA97) is unknown color: approx Silk. HEX triplet: C1, AA and 97. RGB value is (193,170,151). Sum of RGB (Red+Green+Blue) = 193+170+151=514 (68% of max value = 765). Red value is 193 (75.78% from 255 or 37.55% from 514); Green value is 170 (66.80% from 255 or 33.07% from 514); Blue value is 151 (59.38% from 255 or 29.38% from 514); Max value from RGB is 193 - color contains mainly: red. Hex color #C1AA97 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C1AA97 is #3E5568. Grayscale: #AEAEAE. Windows color (decimal): -4085097 or 9939649. OLE color: 9939649.

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

Color convert

RGB193170151-
CMYK00.120.220.24
HSL27.14º25.3%67.45%-
HSV(B)27.14º21.76%75.69%-
XYZ41.9542.3235.24-
YUV174.71114.62141.04-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 37.55%
GREEN value IS 170 (66.80% from 255) = 33.07%
BLUE value IS 151 (59.38% from 255) = 29.38%
R=37.55%
G=33.07%
B=29.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.22
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19317015100.120.220.2427.1425.367.45
HexC1AA970C16181b1943
Octal30125222701426303331103
Binary11000001101010101001011101100101101100011011110011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1AA97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1AA97; }

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

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

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

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

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

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

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

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