#C2A894

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

Shades of Silk #C2A894

Tints of Silk #C2A894

Color information

#C2A894 (or 0xC2A894) is unknown color: approx Silk. HEX triplet: C2, A8 and 94. RGB value is (194,168,148). Sum of RGB (Red+Green+Blue) = 194+168+148=510 (67% of max value = 765). Red value is 194 (76.17% from 255 or 38.04% from 510); Green value is 168 (66.02% from 255 or 32.94% from 510); Blue value is 148 (58.20% from 255 or 29.02% from 510); Max value from RGB is 194 - color contains mainly: red. Hex color #C2A894 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C2A894 is #3D576B. Grayscale: #ADADAD. Windows color (decimal): -4020076 or 9742530. OLE color: 9742530.

HSL color Cylindrical-coordinate representation of color #C2A894: hue angle of 26.09º degrees, saturation: 0.27, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #C2A894 is Cyan = 0, Magento = 0.13, Yellow = 0.24 and Black (K on CMYK) = 0.24.

Color convert

RGB194168148-
CMYK00.130.240.24
HSL26.09º27.38%67.06%-
HSV(B)26.09º23.71%76.08%-
XYZ41.641.6133.86-
YUV173.49113.61142.63-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 38.04%
GREEN value IS 168 (66.02% from 255) = 32.94%
BLUE value IS 148 (58.20% from 255) = 29.02%
R=38.04%
G=32.94%
B=29.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.24
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19416814800.130.240.2426.0927.3867.06
HexC2A8940D18181a1b43
Octal30225022401530303233103
Binary11000010101010001001010001101110001100011010110111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2A894

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2A894; }

 p { color: rgb(194,168,148); }

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

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

 a { background-color: rgb(194,168,148); }

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

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

 span { border-color: rgb(194,168,148); }

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