#C2AA9D

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

Shades of Silk #C2AA9D

Tints of Silk #C2AA9D

Color information

#C2AA9D (or 0xC2AA9D) is unknown color: approx Silk. HEX triplet: C2, AA and 9D. RGB value is (194,170,157). Sum of RGB (Red+Green+Blue) = 194+170+157=521 (69% of max value = 765). Red value is 194 (76.17% from 255 or 37.24% from 521); Green value is 170 (66.80% from 255 or 32.63% from 521); Blue value is 157 (61.72% from 255 or 30.13% from 521); Max value from RGB is 194 - color contains mainly: red. Hex color #C2AA9D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C2AA9D is #3D5562. Grayscale: #AFAFAF. Windows color (decimal): -4019555 or 10332866. OLE color: 10332866.

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

Color convert

RGB194170157-
CMYK00.120.190.24
HSL21.08º23.27%68.82%-
HSV(B)21.08º19.07%76.08%-
XYZ42.7142.6537.88-
YUV175.69117.45141.06-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 37.24%
GREEN value IS 170 (66.80% from 255) = 32.63%
BLUE value IS 157 (61.72% from 255) = 30.13%
R=37.24%
G=32.63%
B=30.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.19
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19417015700.120.190.2421.0823.2768.82
HexC2AA9D0C1318151745
Octal30225223501423302527105
Binary11000010101010101001110101100100111100010101101111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2AA9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2AA9D; }

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

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

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

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

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

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

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

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