#c3a996

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

Shades of Silk #C3A996

Tints of Silk #C3A996

Color information

#C3A996 (or 0xC3A996) is unknown color: approx Silk. HEX triplet: C3, A9 and 96. RGB value is (195,169,150). Sum of RGB (Red+Green+Blue) = 195+169+150=514 (68% of max value = 765). Red value is 195 (76.56% from 255 or 37.94% from 514); Green value is 169 (66.41% from 255 or 32.88% from 514); Blue value is 150 (58.98% from 255 or 29.18% from 514); Max value from RGB is 195 - color contains mainly: red. Hex color #C3A996 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C3A996 is #3C5669. Grayscale: #AEAEAE. Windows color (decimal): -3954282 or 9873859. OLE color: 9873859.

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

Color convert

RGB195169150-
CMYK00.130.230.24
HSL25.33º27.27%67.65%-
HSV(B)25.33º23.08%76.47%-
XYZ42.242.1834.77-
YUV174.61114.11142.54-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 37.94%
GREEN value IS 169 (66.41% from 255) = 32.88%
BLUE value IS 150 (58.98% from 255) = 29.18%
R=37.94%
G=32.88%
B=29.18%

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
Decimal19516915000.130.230.2425.3327.2767.65
HexC3A9960D1718191b44
Octal30325122601527303133104
Binary11000011101010011001011001101101111100011001110111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c3a996

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c3a996; }

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

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

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

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

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

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

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

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