#C3A695

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

Shades of Silk #C3A695

Tints of Silk #C3A695

Color information

#C3A695 (or 0xC3A695) is unknown color: approx Silk. HEX triplet: C3, A6 and 95. RGB value is (195,166,149). Sum of RGB (Red+Green+Blue) = 195+166+149=510 (67% of max value = 765). Red value is 195 (76.56% from 255 or 38.24% from 510); Green value is 166 (65.23% from 255 or 32.55% from 510); Blue value is 149 (58.59% from 255 or 29.22% from 510); Max value from RGB is 195 - color contains mainly: red. Hex color #C3A695 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C3A695 is #3C596A. Grayscale: #ACACAC. Windows color (decimal): -3955051 or 9807555. OLE color: 9807555.

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

Color convert

RGB195166149-
CMYK00.150.240.24
HSL22.17º27.71%67.45%-
HSV(B)22.17º23.59%76.47%-
XYZ41.5741.0434.17-
YUV172.73114.61143.88-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 38.24%
GREEN value IS 166 (65.23% from 255) = 32.55%
BLUE value IS 149 (58.59% from 255) = 29.22%
R=38.24%
G=32.55%
B=29.22%

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
Decimal19516614900.150.240.2422.1727.7167.45
HexC3A6950F1818161c43
Octal30324622501730302634103
Binary11000011101001101001010101111110001100010110111001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3A695

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3A695; }

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

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

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

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

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

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

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

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