#C3AFA5

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

Shades of Silk #C3AFA5

Tints of Silk #C3AFA5

Color information

#C3AFA5 (or 0xC3AFA5) is unknown color: approx Silk. HEX triplet: C3, AF and A5. RGB value is (195,175,165). Sum of RGB (Red+Green+Blue) = 195+175+165=535 (70% of max value = 765). Red value is 195 (76.56% from 255 or 36.45% from 535); Green value is 175 (68.75% from 255 or 32.71% from 535); Blue value is 165 (64.84% from 255 or 30.84% from 535); Max value from RGB is 195 - color contains mainly: red. Hex color #C3AFA5 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C3AFA5 is #3C505A. Grayscale: #B3B3B3. Windows color (decimal): -3952731 or 10858435. OLE color: 10858435.

HSL color Cylindrical-coordinate representation of color #C3AFA5: hue angle of 20º degrees, saturation: 0.2, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #C3AFA5 is Cyan = 0, Magento = 0.10, Yellow = 0.15 and Black (K on CMYK) = 0.24.

Color convert

RGB195175165-
CMYK00.100.150.24
HSL20º20%70.59%-
HSV(B)20º15.38%76.47%-
XYZ44.6344.9841.93-
YUV179.84119.63138.81-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 36.45%
GREEN value IS 175 (68.75% from 255) = 32.71%
BLUE value IS 165 (64.84% from 255) = 30.84%
R=36.45%
G=32.71%
B=30.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.15
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19517516500.100.150.24202070.59
HexC3AFA50AF18141447
Octal30325724501217302424107
Binary1100001110101111101001010101011111100010100101001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3AFA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3AFA5; }

 p { color: rgb(195,175,165); }

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

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

 a { background-color: rgb(195,175,165); }

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

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

 span { border-color: rgb(195,175,165); }

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