#C3AA99

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

Shades of Silk #C3AA99

Tints of Silk #C3AA99

Color information

#C3AA99 (or 0xC3AA99) is unknown color: approx Silk. HEX triplet: C3, AA and 99. RGB value is (195,170,153). Sum of RGB (Red+Green+Blue) = 195+170+153=518 (68% of max value = 765). Red value is 195 (76.56% from 255 or 37.64% from 518); Green value is 170 (66.80% from 255 or 32.82% from 518); Blue value is 153 (60.16% from 255 or 29.54% from 518); Max value from RGB is 195 - color contains mainly: red. Hex color #C3AA99 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C3AA99 is #3C5566. Grayscale: #AFAFAF. Windows color (decimal): -3954023 or 10070723. OLE color: 10070723.

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

Color convert

RGB195170153-
CMYK00.130.220.24
HSL24.29º25.93%68.24%-
HSV(B)24.29º21.54%76.47%-
XYZ42.6342.6536.12-
YUV175.54115.28141.88-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 37.64%
GREEN value IS 170 (66.80% from 255) = 32.82%
BLUE value IS 153 (60.16% from 255) = 29.54%
R=37.64%
G=32.82%
B=29.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.22
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19517015300.130.220.2424.2925.9368.24
HexC3AA990D1618181a44
Octal30325223101526303032104
Binary11000011101010101001100101101101101100011000110101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3AA99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3AA99; }

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

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

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

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

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

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

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

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