#C2AEA0

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

Shades of Silk #C2AEA0

Tints of Silk #C2AEA0

Color information

#C2AEA0 (or 0xC2AEA0) is unknown color: approx Silk. HEX triplet: C2, AE and A0. RGB value is (194,174,160). Sum of RGB (Red+Green+Blue) = 194+174+160=528 (69% of max value = 765). Red value is 194 (76.17% from 255 or 36.74% from 528); Green value is 174 (68.36% from 255 or 32.95% from 528); Blue value is 160 (62.89% from 255 or 30.30% from 528); Max value from RGB is 194 - color contains mainly: red. Hex color #C2AEA0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C2AEA0 is #3D515F. Grayscale: #B2B2B2. Windows color (decimal): -4018528 or 10530498. OLE color: 10530498.

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

Color convert

RGB194174160-
CMYK00.100.180.24
HSL24.71º21.79%69.41%-
HSV(B)24.71º17.53%76.08%-
XYZ43.7344.2839.5-
YUV178.38117.63139.14-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 36.74%
GREEN value IS 174 (68.36% from 255) = 32.95%
BLUE value IS 160 (62.89% from 255) = 30.30%
R=36.74%
G=32.95%
B=30.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.18
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19417416000.100.180.2424.7121.7969.41
HexC2AEA00A1218191645
Octal30225624001222303126105
Binary11000010101011101010000001010100101100011001101101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2AEA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2AEA0; }

 p { color: rgb(194,174,160); }

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

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

 a { background-color: rgb(194,174,160); }

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

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

 span { border-color: rgb(194,174,160); }

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