#C5AFA0

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

Shades of Silk #C5AFA0

Tints of Silk #C5AFA0

Color information

#C5AFA0 (or 0xC5AFA0) is unknown color: approx Silk. HEX triplet: C5, AF and A0. RGB value is (197,175,160). Sum of RGB (Red+Green+Blue) = 197+175+160=532 (70% of max value = 765). Red value is 197 (77.34% from 255 or 37.03% from 532); Green value is 175 (68.75% from 255 or 32.89% from 532); Blue value is 160 (62.89% from 255 or 30.08% from 532); Max value from RGB is 197 - color contains mainly: red. Hex color #C5AFA0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C5AFA0 is #3A505F. Grayscale: #B3B3B3. Windows color (decimal): -3821664 or 10530757. OLE color: 10530757.

HSL color Cylindrical-coordinate representation of color #C5AFA0: hue angle of 24.32º degrees, saturation: 0.24, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #C5AFA0 is Cyan = 0, Magento = 0.11, Yellow = 0.19 and Black (K on CMYK) = 0.23.

Color convert

RGB197175160-
CMYK00.110.190.23
HSL24.32º24.18%70%-
HSV(B)24.32º18.78%77.25%-
XYZ44.745.0739.6-
YUV179.87116.79140.22-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 37.03%
GREEN value IS 175 (68.75% from 255) = 32.89%
BLUE value IS 160 (62.89% from 255) = 30.08%
R=37.03%
G=32.89%
B=30.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.19
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19717516000.110.190.2324.3224.1870
HexC5AFA00B1317181846
Octal30525724001323273030106
Binary11000101101011111010000001011100111011111000110001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5AFA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5AFA0; }

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

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

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

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

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

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

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

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