#C0AA9D

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

Shades of Silk #C0AA9D

Tints of Silk #C0AA9D

Color information

#C0AA9D (or 0xC0AA9D) is unknown color: approx Silk. HEX triplet: C0, AA and 9D. RGB value is (192,170,157). Sum of RGB (Red+Green+Blue) = 192+170+157=519 (68% of max value = 765). Red value is 192 (75.39% from 255 or 36.99% from 519); Green value is 170 (66.80% from 255 or 32.76% from 519); Blue value is 157 (61.72% from 255 or 30.25% from 519); Max value from RGB is 192 - color contains mainly: red. Hex color #C0AA9D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C0AA9D is #3F5562. Grayscale: #AFAFAF. Windows color (decimal): -4150627 or 10332864. OLE color: 10332864.

HSL color Cylindrical-coordinate representation of color #C0AA9D: hue angle of 22.29º degrees, saturation: 0.22, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #C0AA9D is Cyan = 0, Magento = 0.11, Yellow = 0.18 and Black (K on CMYK) = 0.25.

Color convert

RGB192170157-
CMYK00.110.180.25
HSL22.29º21.74%68.43%-
HSV(B)22.29º18.23%75.29%-
XYZ42.242.3937.86-
YUV175.1117.79140.06-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 36.99%
GREEN value IS 170 (66.80% from 255) = 32.76%
BLUE value IS 157 (61.72% from 255) = 30.25%
R=36.99%
G=32.76%
B=30.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.18
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19217015700.110.180.2522.2921.7468.43
HexC0AA9D0B1219161644
Octal30025223501322312626104
Binary11000000101010101001110101011100101100110110101101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0AA9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0AA9D; }

 p { color: rgb(192,170,157); }

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

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

 a { background-color: rgb(192,170,157); }

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

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

 span { border-color: rgb(192,170,157); }

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