#C2AF9E

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

Shades of Silk #C2AF9E

Tints of Silk #C2AF9E

Color information

#C2AF9E (or 0xC2AF9E) is unknown color: approx Silk. HEX triplet: C2, AF and 9E. RGB value is (194,175,158). Sum of RGB (Red+Green+Blue) = 194+175+158=527 (69% of max value = 765). Red value is 194 (76.17% from 255 or 36.81% from 527); Green value is 175 (68.75% from 255 or 33.21% from 527); Blue value is 158 (62.11% from 255 or 29.98% from 527); Max value from RGB is 194 - color contains mainly: red. Hex color #C2AF9E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C2AF9E is #3D5061. Grayscale: #B2B2B2. Windows color (decimal): -4018274 or 10399682. OLE color: 10399682.

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

Color convert

RGB194175158-
CMYK00.100.190.24
HSL28.33º22.78%69.02%-
HSV(B)28.33º18.56%76.08%-
XYZ43.7544.638.65-
YUV178.74116.29138.88-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 36.81%
GREEN value IS 175 (68.75% from 255) = 33.21%
BLUE value IS 158 (62.11% from 255) = 29.98%
R=36.81%
G=33.21%
B=29.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.19
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19417515800.100.190.2428.3322.7869.02
HexC2AF9E0A13181c1745
Octal30225723601223303427105
Binary11000010101011111001111001010100111100011100101111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2AF9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2AF9E; }

 p { color: rgb(194,175,158); }

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

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

 a { background-color: rgb(194,175,158); }

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

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

 span { border-color: rgb(194,175,158); }

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