#C3AD9D

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

Shades of Silk #C3AD9D

Tints of Silk #C3AD9D

Color information

#C3AD9D (or 0xC3AD9D) is unknown color: approx Silk. HEX triplet: C3, AD and 9D. RGB value is (195,173,157). Sum of RGB (Red+Green+Blue) = 195+173+157=525 (69% of max value = 765). Red value is 195 (76.56% from 255 or 37.14% from 525); Green value is 173 (67.97% from 255 or 32.95% from 525); Blue value is 157 (61.72% from 255 or 29.90% from 525); Max value from RGB is 195 - color contains mainly: red. Hex color #C3AD9D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C3AD9D is #3C5262. Grayscale: #B1B1B1. Windows color (decimal): -3953251 or 10333635. OLE color: 10333635.

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

Color convert

RGB195173157-
CMYK00.110.190.24
HSL25.26º24.05%69.02%-
HSV(B)25.26º19.49%76.47%-
XYZ43.5443.9238.08-
YUV177.75116.29140.3-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 37.14%
GREEN value IS 173 (67.97% from 255) = 32.95%
BLUE value IS 157 (61.72% from 255) = 29.90%
R=37.14%
G=32.95%
B=29.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.19
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19517315700.110.190.2425.2624.0569.02
HexC3AD9D0B1318191845
Octal30325523501323303130105
Binary11000011101011011001110101011100111100011001110001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3AD9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3AD9D; }

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

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

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

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

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

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

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

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