#C4AFA5

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

Shades of Silk #C4AFA5

Tints of Silk #C4AFA5

Color information

#C4AFA5 (or 0xC4AFA5) is unknown color: approx Silk. HEX triplet: C4, AF and A5. RGB value is (196,175,165). Sum of RGB (Red+Green+Blue) = 196+175+165=536 (70% of max value = 765). Red value is 196 (76.95% from 255 or 36.57% from 536); Green value is 175 (68.75% from 255 or 32.65% from 536); Blue value is 165 (64.84% from 255 or 30.78% from 536); Max value from RGB is 196 - color contains mainly: red. Hex color #C4AFA5 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C4AFA5 is #3B505A. Grayscale: #B4B4B4. Windows color (decimal): -3887195 or 10858436. OLE color: 10858436.

HSL color Cylindrical-coordinate representation of color #C4AFA5: hue angle of 19.35º degrees, saturation: 0.21, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #C4AFA5 is Cyan = 0, Magento = 0.11, Yellow = 0.16 and Black (K on CMYK) = 0.23.

Color convert

RGB196175165-
CMYK00.110.160.23
HSL19.35º20.81%70.78%-
HSV(B)19.35º15.82%76.86%-
XYZ44.8945.1141.94-
YUV180.14119.46139.31-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 36.57%
GREEN value IS 175 (68.75% from 255) = 32.65%
BLUE value IS 165 (64.84% from 255) = 30.78%
R=36.57%
G=32.65%
B=30.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.16
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19617516500.110.160.2319.3520.8170.78
HexC4AFA50B1017131547
Octal30425724501320272325107
Binary11000100101011111010010101011100001011110011101011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4AFA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4AFA5; }

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

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

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

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

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

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

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

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