#C4AEA2

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

Shades of Silk #C4AEA2

Tints of Silk #C4AEA2

Color information

#C4AEA2 (or 0xC4AEA2) is unknown color: approx Silk. HEX triplet: C4, AE and A2. RGB value is (196,174,162). Sum of RGB (Red+Green+Blue) = 196+174+162=532 (70% of max value = 765). Red value is 196 (76.95% from 255 or 36.84% from 532); Green value is 174 (68.36% from 255 or 32.71% from 532); Blue value is 162 (63.67% from 255 or 30.45% from 532); Max value from RGB is 196 - color contains mainly: red. Hex color #C4AEA2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C4AEA2 is #3B515D. Grayscale: #B3B3B3. Windows color (decimal): -3887454 or 10661572. OLE color: 10661572.

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

Color convert

RGB196174162-
CMYK00.110.170.23
HSL21.18º22.37%70.2%-
HSV(B)21.18º17.35%76.86%-
XYZ44.4244.6240.45-
YUV179.21118.29139.98-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 36.84%
GREEN value IS 174 (68.36% from 255) = 32.71%
BLUE value IS 162 (63.67% from 255) = 30.45%
R=36.84%
G=32.71%
B=30.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.17
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19617416200.110.170.2321.1822.3770.2
HexC4AEA20B1117151646
Octal30425624201321272526106
Binary11000100101011101010001001011100011011110101101101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4AEA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4AEA2; }

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

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

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

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

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

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

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

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