#C3AA96

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

Shades of Silk #C3AA96

Tints of Silk #C3AA96

Color information

#C3AA96 (or 0xC3AA96) is unknown color: approx Silk. HEX triplet: C3, AA and 96. RGB value is (195,170,150). Sum of RGB (Red+Green+Blue) = 195+170+150=515 (68% of max value = 765). Red value is 195 (76.56% from 255 or 37.86% from 515); Green value is 170 (66.80% from 255 or 33.01% from 515); Blue value is 150 (58.98% from 255 or 29.13% from 515); Max value from RGB is 195 - color contains mainly: red. Hex color #C3AA96 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C3AA96 is #3C5569. Grayscale: #AFAFAF. Windows color (decimal): -3954026 or 9874115. OLE color: 9874115.

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

Color convert

RGB195170150-
CMYK00.130.230.24
HSL26.67º27.27%67.65%-
HSV(B)26.67º23.08%76.47%-
XYZ42.3942.5534.83-
YUV175.2113.78142.13-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 37.86%
GREEN value IS 170 (66.80% from 255) = 33.01%
BLUE value IS 150 (58.98% from 255) = 29.13%
R=37.86%
G=33.01%
B=29.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.23
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19517015000.130.230.2426.6727.2767.65
HexC3AA960D17181b1b44
Octal30325222601527303333104
Binary11000011101010101001011001101101111100011011110111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3AA96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3AA96; }

 p { color: rgb(195,170,150); }

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

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

 a { background-color: rgb(195,170,150); }

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

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

 span { border-color: rgb(195,170,150); }

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