#C3A694

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

Shades of Silk #C3A694

Tints of Silk #C3A694

Color information

#C3A694 (or 0xC3A694) is unknown color: approx Silk. HEX triplet: C3, A6 and 94. RGB value is (195,166,148). Sum of RGB (Red+Green+Blue) = 195+166+148=509 (67% of max value = 765). Red value is 195 (76.56% from 255 or 38.31% from 509); Green value is 166 (65.23% from 255 or 32.61% from 509); Blue value is 148 (58.20% from 255 or 29.08% from 509); Max value from RGB is 195 - color contains mainly: red. Hex color #C3A694 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C3A694 is #3C596B. Grayscale: #ACACAC. Windows color (decimal): -3955052 or 9742019. OLE color: 9742019.

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

Color convert

RGB195166148-
CMYK00.150.240.24
HSL22.98º28.14%67.25%-
HSV(B)22.98º24.1%76.47%-
XYZ41.4941.0133.75-
YUV172.62114.11143.96-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 38.31%
GREEN value IS 166 (65.23% from 255) = 32.61%
BLUE value IS 148 (58.20% from 255) = 29.08%
R=38.31%
G=32.61%
B=29.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.24
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19516614800.150.240.2422.9828.1467.25
HexC3A6940F1818171c43
Octal30324622401730302734103
Binary11000011101001101001010001111110001100010111111001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3A694

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3A694; }

 p { color: rgb(195,166,148); }

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

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

 a { background-color: rgb(195,166,148); }

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

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

 span { border-color: rgb(195,166,148); }

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