#C3AC99

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

Shades of Silk #C3AC99

Tints of Silk #C3AC99

Color information

#C3AC99 (or 0xC3AC99) is unknown color: approx Silk. HEX triplet: C3, AC and 99. RGB value is (195,172,153). Sum of RGB (Red+Green+Blue) = 195+172+153=520 (68% of max value = 765). Red value is 195 (76.56% from 255 or 37.5% from 520); Green value is 172 (67.58% from 255 or 33.08% from 520); Blue value is 153 (60.16% from 255 or 29.42% from 520); Max value from RGB is 195 - color contains mainly: red. Hex color #C3AC99 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C3AC99 is #3C5366. Grayscale: #B0B0B0. Windows color (decimal): -3953511 or 10071235. OLE color: 10071235.

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

Color convert

RGB195172153-
CMYK00.120.220.24
HSL27.14º25.93%68.24%-
HSV(B)27.14º21.54%76.47%-
XYZ43.0143.4136.25-
YUV176.71114.62141.04-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 37.5%
GREEN value IS 172 (67.58% from 255) = 33.08%
BLUE value IS 153 (60.16% from 255) = 29.42%
R=37.5%
G=33.08%
B=29.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.22
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19517215300.120.220.2427.1425.9368.24
HexC3AC990C16181b1a44
Octal30325423101426303332104
Binary11000011101011001001100101100101101100011011110101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3AC99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3AC99; }

 p { color: rgb(195,172,153); }

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

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

 a { background-color: rgb(195,172,153); }

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

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

 span { border-color: rgb(195,172,153); }

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