#C5AF9E

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

Shades of Silk #C5AF9E

Tints of Silk #C5AF9E

Color information

#C5AF9E (or 0xC5AF9E) is unknown color: approx Silk. HEX triplet: C5, AF and 9E. RGB value is (197,175,158). Sum of RGB (Red+Green+Blue) = 197+175+158=530 (70% of max value = 765). Red value is 197 (77.34% from 255 or 37.17% from 530); Green value is 175 (68.75% from 255 or 33.02% from 530); Blue value is 158 (62.11% from 255 or 29.81% from 530); Max value from RGB is 197 - color contains mainly: red. Hex color #C5AF9E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C5AF9E is #3A5061. Grayscale: #B3B3B3. Windows color (decimal): -3821666 or 10399685. OLE color: 10399685.

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

Color convert

RGB197175158-
CMYK00.110.200.23
HSL26.15º25.16%69.61%-
HSV(B)26.15º19.8%77.25%-
XYZ44.534538.69-
YUV179.64115.79140.38-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 37.17%
GREEN value IS 175 (68.75% from 255) = 33.02%
BLUE value IS 158 (62.11% from 255) = 29.81%
R=37.17%
G=33.02%
B=29.81%

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
Decimal19717515800.110.200.2326.1525.1669.61
HexC5AF9E0B14171a1946
Octal30525723601324273231106
Binary11000101101011111001111001011101001011111010110011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5AF9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5AF9E; }

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

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

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

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

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

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

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

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