#C4AE9E

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

Shades of Silk #C4AE9E

Tints of Silk #C4AE9E

Color information

#C4AE9E (or 0xC4AE9E) is unknown color: approx Silk. HEX triplet: C4, AE and 9E. RGB value is (196,174,158). Sum of RGB (Red+Green+Blue) = 196+174+158=528 (69% of max value = 765). Red value is 196 (76.95% from 255 or 37.12% from 528); Green value is 174 (68.36% from 255 or 32.95% from 528); Blue value is 158 (62.11% from 255 or 29.92% from 528); Max value from RGB is 196 - color contains mainly: red. Hex color #C4AE9E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C4AE9E is #3B5161. Grayscale: #B2B2B2. Windows color (decimal): -3887458 or 10399428. OLE color: 10399428.

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

Color convert

RGB196174158-
CMYK00.110.190.23
HSL25.26º24.36%69.41%-
HSV(B)25.26º19.39%76.86%-
XYZ44.0744.4838.61-
YUV178.75116.29140.3-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 37.12%
GREEN value IS 174 (68.36% from 255) = 32.95%
BLUE value IS 158 (62.11% from 255) = 29.92%
R=37.12%
G=32.95%
B=29.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.19
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19617415800.110.190.2325.2624.3669.41
HexC4AE9E0B1317191845
Octal30425623601323273130105
Binary11000100101011101001111001011100111011111001110001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4AE9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4AE9E; }

 p { color: rgb(196,174,158); }

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

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

 a { background-color: rgb(196,174,158); }

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

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

 span { border-color: rgb(196,174,158); }

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