#C5A999

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

Shades of Silk #C5A999

Tints of Silk #C5A999

Color information

#C5A999 (or 0xC5A999) is unknown color: approx Silk. HEX triplet: C5, A9 and 99. RGB value is (197,169,153). Sum of RGB (Red+Green+Blue) = 197+169+153=519 (68% of max value = 765). Red value is 197 (77.34% from 255 or 37.96% from 519); Green value is 169 (66.41% from 255 or 32.56% from 519); Blue value is 153 (60.16% from 255 or 29.48% from 519); Max value from RGB is 197 - color contains mainly: red. Hex color #C5A999 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C5A999 is #3A5666. Grayscale: #AFAFAF. Windows color (decimal): -3823207 or 10070469. OLE color: 10070469.

HSL color Cylindrical-coordinate representation of color #C5A999: hue angle of 21.82º degrees, saturation: 0.28, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #C5A999 is Cyan = 0, Magento = 0.14, Yellow = 0.22 and Black (K on CMYK) = 0.23.

Color convert

RGB197169153-
CMYK00.140.220.23
HSL21.82º27.5%68.63%-
HSV(B)21.82º22.34%77.25%-
XYZ42.9642.5536.08-
YUV175.55115.28143.3-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 37.96%
GREEN value IS 169 (66.41% from 255) = 32.56%
BLUE value IS 153 (60.16% from 255) = 29.48%
R=37.96%
G=32.56%
B=29.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.22
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19716915300.140.220.2321.8227.568.63
HexC5A9990E1617161c45
Octal30525123101626272634105
Binary11000101101010011001100101110101101011110110111001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5A999

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5A999; }

 p { color: rgb(197,169,153); }

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

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

 a { background-color: rgb(197,169,153); }

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

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

 span { border-color: rgb(197,169,153); }

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