#C3AEA2

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

Shades of Silk #C3AEA2

Tints of Silk #C3AEA2

Color information

#C3AEA2 (or 0xC3AEA2) is unknown color: approx Silk. HEX triplet: C3, AE and A2. RGB value is (195,174,162). Sum of RGB (Red+Green+Blue) = 195+174+162=531 (70% of max value = 765). Red value is 195 (76.56% from 255 or 36.72% from 531); Green value is 174 (68.36% from 255 or 32.77% from 531); Blue value is 162 (63.67% from 255 or 30.51% from 531); Max value from RGB is 195 - color contains mainly: red. Hex color #C3AEA2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C3AEA2 is #3C515D. Grayscale: #B2B2B2. Windows color (decimal): -3952990 or 10661571. OLE color: 10661571.

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

Color convert

RGB195174162-
CMYK00.110.170.24
HSL21.82º21.57%70%-
HSV(B)21.82º16.92%76.47%-
XYZ44.1644.4840.44-
YUV178.91118.46139.48-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 36.72%
GREEN value IS 174 (68.36% from 255) = 32.77%
BLUE value IS 162 (63.67% from 255) = 30.51%
R=36.72%
G=32.77%
B=30.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.17
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19517416200.110.170.2421.8221.5770
HexC3AEA20B1118161646
Octal30325624201321302626106
Binary11000011101011101010001001011100011100010110101101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3AEA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3AEA2; }

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

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

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

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

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

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

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

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