#C3AA97

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

Shades of Silk #C3AA97

Tints of Silk #C3AA97

Color information

#C3AA97 (or 0xC3AA97) is unknown color: approx Silk. HEX triplet: C3, AA and 97. RGB value is (195,170,151). Sum of RGB (Red+Green+Blue) = 195+170+151=516 (68% of max value = 765). Red value is 195 (76.56% from 255 or 37.79% from 516); Green value is 170 (66.80% from 255 or 32.95% from 516); Blue value is 151 (59.38% from 255 or 29.26% from 516); Max value from RGB is 195 - color contains mainly: red. Hex color #C3AA97 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C3AA97 is #3C5568. Grayscale: #AFAFAF. Windows color (decimal): -3954025 or 9939651. OLE color: 9939651.

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

Color convert

RGB195170151-
CMYK00.130.230.24
HSL25.91º26.83%67.84%-
HSV(B)25.91º22.56%76.47%-
XYZ42.4742.5935.26-
YUV175.31114.28142.04-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 37.79%
GREEN value IS 170 (66.80% from 255) = 32.95%
BLUE value IS 151 (59.38% from 255) = 29.26%
R=37.79%
G=32.95%
B=29.26%

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
Decimal19517015100.130.230.2425.9126.8367.84
HexC3AA970D17181a1b44
Octal30325222701527303233104
Binary11000011101010101001011101101101111100011010110111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3AA97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3AA97; }

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

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

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

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

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

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

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

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