#C2AD9C

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

Shades of Silk #C2AD9C

Tints of Silk #C2AD9C

Color information

#C2AD9C (or 0xC2AD9C) is unknown color: approx Silk. HEX triplet: C2, AD and 9C. RGB value is (194,173,156). Sum of RGB (Red+Green+Blue) = 194+173+156=523 (69% of max value = 765). Red value is 194 (76.17% from 255 or 37.09% from 523); Green value is 173 (67.97% from 255 or 33.08% from 523); Blue value is 156 (61.33% from 255 or 29.83% from 523); Max value from RGB is 194 - color contains mainly: red. Hex color #C2AD9C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C2AD9C is #3D5263. Grayscale: #B1B1B1. Windows color (decimal): -4018788 or 10268098. OLE color: 10268098.

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

Color convert

RGB194173156-
CMYK00.110.200.24
HSL26.84º23.75%68.63%-
HSV(B)26.84º19.59%76.08%-
XYZ43.1943.7637.62-
YUV177.34115.96139.88-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 37.09%
GREEN value IS 173 (67.97% from 255) = 33.08%
BLUE value IS 156 (61.33% from 255) = 29.83%
R=37.09%
G=33.08%
B=29.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.20
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19417315600.110.200.2426.8423.7568.63
HexC2AD9C0B14181b1845
Octal30225523401324303330105
Binary11000010101011011001110001011101001100011011110001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2AD9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2AD9C; }

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

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

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

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

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

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

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

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