#C2B1A4

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

Shades of Silk #C2B1A4

Tints of Silk #C2B1A4

Color information

#C2B1A4 (or 0xC2B1A4) is unknown color: approx Silk. HEX triplet: C2, B1 and A4. RGB value is (194,177,164). Sum of RGB (Red+Green+Blue) = 194+177+164=535 (70% of max value = 765). Red value is 194 (76.17% from 255 or 36.26% from 535); Green value is 177 (69.53% from 255 or 33.08% from 535); Blue value is 164 (64.45% from 255 or 30.65% from 535); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B1A4 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C2B1A4 is #3D4E5B. Grayscale: #B4B4B4. Windows color (decimal): -4017756 or 10793410. OLE color: 10793410.

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

Color convert

RGB194177164-
CMYK00.090.150.24
HSL26º19.74%70.2%-
HSV(B)26º15.46%76.08%-
XYZ44.6745.5941.57-
YUV180.6118.63137.56-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 36.26%
GREEN value IS 177 (69.53% from 255) = 33.08%
BLUE value IS 164 (64.45% from 255) = 30.65%
R=36.26%
G=33.08%
B=30.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.15
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19417716400.090.150.242619.7470.2
HexC2B1A409F181a1446
Octal30226124401117303224106
Binary1100001010110001101001000100111111100011010101001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2B1A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2B1A4; }

 p { color: rgb(194,177,164); }

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

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

 a { background-color: rgb(194,177,164); }

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

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

 span { border-color: rgb(194,177,164); }

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