#C3A794

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

Shades of Silk #C3A794

Tints of Silk #C3A794

Color information

#C3A794 (or 0xC3A794) is unknown color: approx Silk. HEX triplet: C3, A7 and 94. RGB value is (195,167,148). Sum of RGB (Red+Green+Blue) = 195+167+148=510 (67% of max value = 765). Red value is 195 (76.56% from 255 or 38.24% from 510); Green value is 167 (65.62% from 255 or 32.75% from 510); Blue value is 148 (58.20% from 255 or 29.02% from 510); Max value from RGB is 195 - color contains mainly: red. Hex color #C3A794 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C3A794 is #3C586B. Grayscale: #ADADAD. Windows color (decimal): -3954796 or 9742275. OLE color: 9742275.

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

Color convert

RGB195167148-
CMYK00.140.240.24
HSL24.26º28.14%67.25%-
HSV(B)24.26º24.1%76.47%-
XYZ41.6741.3833.81-
YUV173.21113.78143.54-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 38.24%
GREEN value IS 167 (65.62% from 255) = 32.75%
BLUE value IS 148 (58.20% from 255) = 29.02%
R=38.24%
G=32.75%
B=29.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.24
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19516714800.140.240.2424.2628.1467.25
HexC3A7940E1818181c43
Octal30324722401630303034103
Binary11000011101001111001010001110110001100011000111001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3A794

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3A794; }

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

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

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

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

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

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

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

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