#C2AA95

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

Shades of Silk #C2AA95

Tints of Silk #C2AA95

Color information

#C2AA95 (or 0xC2AA95) is unknown color: approx Silk. HEX triplet: C2, AA and 95. RGB value is (194,170,149). Sum of RGB (Red+Green+Blue) = 194+170+149=513 (67% of max value = 765). Red value is 194 (76.17% from 255 or 37.82% from 513); Green value is 170 (66.80% from 255 or 33.14% from 513); Blue value is 149 (58.59% from 255 or 29.04% from 513); Max value from RGB is 194 - color contains mainly: red. Hex color #C2AA95 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C2AA95 is #3D556A. Grayscale: #AEAEAE. Windows color (decimal): -4019563 or 9808578. OLE color: 9808578.

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

Color convert

RGB194170149-
CMYK00.120.230.24
HSL28º26.95%67.25%-
HSV(B)28º23.2%76.08%-
XYZ42.0542.3934.4-
YUV174.78113.45141.71-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 37.82%
GREEN value IS 170 (66.80% from 255) = 33.14%
BLUE value IS 149 (58.59% from 255) = 29.04%
R=37.82%
G=33.14%
B=29.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.23
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19417014900.120.230.242826.9567.25
HexC2AA950C17181c1b43
Octal30225222501427303433103
Binary11000010101010101001010101100101111100011100110111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2AA95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2AA95; }

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

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

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

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

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

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

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

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