#C2AA9B

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

Shades of Silk #C2AA9B

Tints of Silk #C2AA9B

Color information

#C2AA9B (or 0xC2AA9B) is unknown color: approx Silk. HEX triplet: C2, AA and 9B. RGB value is (194,170,155). Sum of RGB (Red+Green+Blue) = 194+170+155=519 (68% of max value = 765). Red value is 194 (76.17% from 255 or 37.38% from 519); Green value is 170 (66.80% from 255 or 32.76% from 519); Blue value is 155 (60.94% from 255 or 29.87% from 519); Max value from RGB is 194 - color contains mainly: red. Hex color #C2AA9B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C2AA9B is #3D5564. Grayscale: #AFAFAF. Windows color (decimal): -4019557 or 10201794. OLE color: 10201794.

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

Color convert

RGB194170155-
CMYK00.120.200.24
HSL23.08º24.22%68.43%-
HSV(B)23.08º20.1%76.08%-
XYZ42.5442.5936.99-
YUV175.47116.45141.22-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 37.38%
GREEN value IS 170 (66.80% from 255) = 32.76%
BLUE value IS 155 (60.94% from 255) = 29.87%
R=37.38%
G=32.76%
B=29.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.20
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19417015500.120.200.2423.0824.2268.43
HexC2AA9B0C1418171844
Octal30225223301424302730104
Binary11000010101010101001101101100101001100010111110001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2AA9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2AA9B; }

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

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

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

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

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

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

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

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