#C2AD9E

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

Shades of Silk #C2AD9E

Tints of Silk #C2AD9E

Color information

#C2AD9E (or 0xC2AD9E) is unknown color: approx Silk. HEX triplet: C2, AD and 9E. RGB value is (194,173,158). Sum of RGB (Red+Green+Blue) = 194+173+158=525 (69% of max value = 765). Red value is 194 (76.17% from 255 or 36.95% from 525); Green value is 173 (67.97% from 255 or 32.95% from 525); Blue value is 158 (62.11% from 255 or 30.10% from 525); Max value from RGB is 194 - color contains mainly: red. Hex color #C2AD9E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C2AD9E is #3D5261. Grayscale: #B1B1B1. Windows color (decimal): -4018786 or 10399170. OLE color: 10399170.

HSL color Cylindrical-coordinate representation of color #C2AD9E: hue angle of 25º 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 #C2AD9E is Cyan = 0, Magento = 0.11, Yellow = 0.19 and Black (K on CMYK) = 0.24.

Color convert

RGB194173158-
CMYK00.110.190.24
HSL25º22.78%69.02%-
HSV(B)25º18.56%76.08%-
XYZ43.3643.8338.52-
YUV177.57116.96139.72-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 36.95%
GREEN value IS 173 (67.97% from 255) = 32.95%
BLUE value IS 158 (62.11% from 255) = 30.10%
R=36.95%
G=32.95%
B=30.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.19
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19417315800.110.190.242522.7869.02
HexC2AD9E0B1318191745
Octal30225523601323303127105
Binary11000010101011011001111001011100111100011001101111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2AD9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2AD9E; }

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

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

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

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

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

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

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

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