#C2AC9B

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

Shades of Silk #C2AC9B

Tints of Silk #C2AC9B

Color information

#C2AC9B (or 0xC2AC9B) is unknown color: approx Silk. HEX triplet: C2, AC and 9B. RGB value is (194,172,155). Sum of RGB (Red+Green+Blue) = 194+172+155=521 (69% of max value = 765). Red value is 194 (76.17% from 255 or 37.24% from 521); Green value is 172 (67.58% from 255 or 33.01% from 521); Blue value is 155 (60.94% from 255 or 29.75% from 521); Max value from RGB is 194 - color contains mainly: red. Hex color #C2AC9B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C2AC9B is #3D5364. Grayscale: #B0B0B0. Windows color (decimal): -4019045 or 10202306. OLE color: 10202306.

HSL color Cylindrical-coordinate representation of color #C2AC9B: hue angle of 26.15º 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 #C2AC9B is Cyan = 0, Magento = 0.11, Yellow = 0.20 and Black (K on CMYK) = 0.24.

Color convert

RGB194172155-
CMYK00.110.200.24
HSL26.15º24.22%68.43%-
HSV(B)26.15º20.1%76.08%-
XYZ42.9243.3437.11-
YUV176.64115.79140.38-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 37.24%
GREEN value IS 172 (67.58% from 255) = 33.01%
BLUE value IS 155 (60.94% from 255) = 29.75%
R=37.24%
G=33.01%
B=29.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.20
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19417215500.110.200.2426.1524.2268.43
HexC2AC9B0B14181a1844
Octal30225423301324303230104
Binary11000010101011001001101101011101001100011010110001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2AC9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2AC9B; }

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

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

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

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

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

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

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

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