#C3AD9F

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

Shades of Silk #C3AD9F

Tints of Silk #C3AD9F

Color information

#C3AD9F (or 0xC3AD9F) is unknown color: approx Silk. HEX triplet: C3, AD and 9F. RGB value is (195,173,159). Sum of RGB (Red+Green+Blue) = 195+173+159=527 (69% of max value = 765). Red value is 195 (76.56% from 255 or 37.00% from 527); Green value is 173 (67.97% from 255 or 32.83% from 527); Blue value is 159 (62.5% from 255 or 30.17% from 527); Max value from RGB is 195 - color contains mainly: red. Hex color #C3AD9F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C3AD9F is #3C5260. Grayscale: #B2B2B2. Windows color (decimal): -3953249 or 10464707. OLE color: 10464707.

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

Color convert

RGB195173159-
CMYK00.110.180.24
HSL23.33º23.08%69.41%-
HSV(B)23.33º18.46%76.47%-
XYZ43.7143.9938.99-
YUV177.98117.29140.14-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 37.00%
GREEN value IS 173 (67.97% from 255) = 32.83%
BLUE value IS 159 (62.5% from 255) = 30.17%
R=37.00%
G=32.83%
B=30.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.18
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19517315900.110.180.2423.3323.0869.41
HexC3AD9F0B1218171745
Octal30325523701322302727105
Binary11000011101011011001111101011100101100010111101111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3AD9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3AD9F; }

 p { color: rgb(195,173,159); }

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

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

 a { background-color: rgb(195,173,159); }

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

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

 span { border-color: rgb(195,173,159); }

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