#C5AF9D

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

Shades of Silk #C5AF9D

Tints of Silk #C5AF9D

Color information

#C5AF9D (or 0xC5AF9D) is unknown color: approx Silk. HEX triplet: C5, AF and 9D. RGB value is (197,175,157). Sum of RGB (Red+Green+Blue) = 197+175+157=529 (70% of max value = 765). Red value is 197 (77.34% from 255 or 37.24% from 529); Green value is 175 (68.75% from 255 or 33.08% from 529); Blue value is 157 (61.72% from 255 or 29.68% from 529); Max value from RGB is 197 - color contains mainly: red. Hex color #C5AF9D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C5AF9D is #3A5062. Grayscale: #B3B3B3. Windows color (decimal): -3821667 or 10334149. OLE color: 10334149.

HSL color Cylindrical-coordinate representation of color #C5AF9D: hue angle of 27º degrees, saturation: 0.26, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #C5AF9D is Cyan = 0, Magento = 0.11, Yellow = 0.20 and Black (K on CMYK) = 0.23.

Color convert

RGB197175157-
CMYK00.110.200.23
HSL27º25.64%69.41%-
HSV(B)27º20.3%77.25%-
XYZ44.4444.9638.23-
YUV179.53115.29140.46-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 37.24%
GREEN value IS 175 (68.75% from 255) = 33.08%
BLUE value IS 157 (61.72% from 255) = 29.68%
R=37.24%
G=33.08%
B=29.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.20
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19717515700.110.200.232725.6469.41
HexC5AF9D0B14171b1a45
Octal30525723501324273332105
Binary11000101101011111001110101011101001011111011110101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5AF9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5AF9D; }

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

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

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

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

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

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

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

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