#C2AC96

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

Shades of Silk #C2AC96

Tints of Silk #C2AC96

Color information

#C2AC96 (or 0xC2AC96) is unknown color: approx Silk. HEX triplet: C2, AC and 96. RGB value is (194,172,150). Sum of RGB (Red+Green+Blue) = 194+172+150=516 (68% of max value = 765). Red value is 194 (76.17% from 255 or 37.60% from 516); Green value is 172 (67.58% from 255 or 33.33% from 516); Blue value is 150 (58.98% from 255 or 29.07% from 516); Max value from RGB is 194 - color contains mainly: red. Hex color #C2AC96 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C2AC96 is #3D5369. Grayscale: #B0B0B0. Windows color (decimal): -4019050 or 9874626. OLE color: 9874626.

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

Color convert

RGB194172150-
CMYK00.110.230.24
HSL30º26.51%67.45%-
HSV(B)30º22.68%76.08%-
XYZ42.5143.1834.95-
YUV176.07113.29140.79-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 37.60%
GREEN value IS 172 (67.58% from 255) = 33.33%
BLUE value IS 150 (58.98% from 255) = 29.07%
R=37.60%
G=33.33%
B=29.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.23
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19417215000.110.230.243026.5167.45
HexC2AC960B17181e1b43
Octal30225422601327303633103
Binary11000010101011001001011001011101111100011110110111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2AC96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2AC96; }

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

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

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

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

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

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

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

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