#C2A994

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

Shades of Silk #C2A994

Tints of Silk #C2A994

Color information

#C2A994 (or 0xC2A994) is unknown color: approx Silk. HEX triplet: C2, A9 and 94. RGB value is (194,169,148). Sum of RGB (Red+Green+Blue) = 194+169+148=511 (67% of max value = 765). Red value is 194 (76.17% from 255 or 37.96% from 511); Green value is 169 (66.41% from 255 or 33.07% from 511); Blue value is 148 (58.20% from 255 or 28.96% from 511); Max value from RGB is 194 - color contains mainly: red. Hex color #C2A994 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C2A994 is #3D566B. Grayscale: #AEAEAE. Windows color (decimal): -4019820 or 9742786. OLE color: 9742786.

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

Color convert

RGB194169148-
CMYK00.130.240.24
HSL27.39º27.38%67.06%-
HSV(B)27.39º23.71%76.08%-
XYZ41.7841.9833.92-
YUV174.08113.28142.21-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 37.96%
GREEN value IS 169 (66.41% from 255) = 33.07%
BLUE value IS 148 (58.20% from 255) = 28.96%
R=37.96%
G=33.07%
B=28.96%

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
Decimal19416914800.130.240.2427.3927.3867.06
HexC2A9940D18181b1b43
Octal30225122401530303333103
Binary11000010101010011001010001101110001100011011110111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2A994

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2A994; }

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

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

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

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

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

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

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

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