#C2A993

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

Shades of Silk #C2A993

Tints of Silk #C2A993

Color information

#C2A993 (or 0xC2A993) is unknown color: approx Silk. HEX triplet: C2, A9 and 93. RGB value is (194,169,147). Sum of RGB (Red+Green+Blue) = 194+169+147=510 (67% of max value = 765). Red value is 194 (76.17% from 255 or 38.04% from 510); Green value is 169 (66.41% from 255 or 33.14% from 510); Blue value is 147 (57.81% from 255 or 28.82% from 510); Max value from RGB is 194 - color contains mainly: red. Hex color #C2A993 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C2A993 is #3D566C. Grayscale: #AEAEAE. Windows color (decimal): -4019821 or 9677250. OLE color: 9677250.

HSL color Cylindrical-coordinate representation of color #C2A993: hue angle of 28.09º degrees, saturation: 0.28, 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 #C2A993 is Cyan = 0, Magento = 0.13, Yellow = 0.24 and Black (K on CMYK) = 0.24.

Color convert

RGB194169147-
CMYK00.130.240.24
HSL28.09º27.81%66.86%-
HSV(B)28.09º24.23%76.08%-
XYZ41.741.9533.5-
YUV173.97112.78142.29-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 38.04%
GREEN value IS 169 (66.41% from 255) = 33.14%
BLUE value IS 147 (57.81% from 255) = 28.82%
R=38.04%
G=33.14%
B=28.82%

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
Decimal19416914700.130.240.2428.0927.8166.86
HexC2A9930D18181c1c43
Octal30225122301530303434103
Binary11000010101010011001001101101110001100011100111001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2A993

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2A993; }

 p { color: rgb(194,169,147); }

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

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

 a { background-color: rgb(194,169,147); }

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

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

 span { border-color: rgb(194,169,147); }

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