#C4AD9D

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

Shades of Silk #C4AD9D

Tints of Silk #C4AD9D

Color information

#C4AD9D (or 0xC4AD9D) is unknown color: approx Silk. HEX triplet: C4, AD and 9D. RGB value is (196,173,157). Sum of RGB (Red+Green+Blue) = 196+173+157=526 (69% of max value = 765). Red value is 196 (76.95% from 255 or 37.26% from 526); Green value is 173 (67.97% from 255 or 32.89% from 526); Blue value is 157 (61.72% from 255 or 29.85% from 526); Max value from RGB is 196 - color contains mainly: red. Hex color #C4AD9D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C4AD9D is #3B5262. Grayscale: #B2B2B2. Windows color (decimal): -3887715 or 10333636. OLE color: 10333636.

HSL color Cylindrical-coordinate representation of color #C4AD9D: hue angle of 24.62º degrees, saturation: 0.25, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #C4AD9D is Cyan = 0, Magento = 0.12, Yellow = 0.20 and Black (K on CMYK) = 0.23.

Color convert

RGB196173157-
CMYK00.120.200.23
HSL24.62º24.84%69.22%-
HSV(B)24.62º19.9%76.86%-
XYZ43.7944.0638.09-
YUV178.05116.12140.8-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 37.26%
GREEN value IS 173 (67.97% from 255) = 32.89%
BLUE value IS 157 (61.72% from 255) = 29.85%
R=37.26%
G=32.89%
B=29.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.20
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19617315700.120.200.2324.6224.8469.22
HexC4AD9D0C1417191945
Octal30425523501424273131105
Binary11000100101011011001110101100101001011111001110011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4AD9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4AD9D; }

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

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

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

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

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

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

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

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