#C3AF9C

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

Shades of Silk #C3AF9C

Tints of Silk #C3AF9C

Color information

#C3AF9C (or 0xC3AF9C) is unknown color: approx Silk. HEX triplet: C3, AF and 9C. RGB value is (195,175,156). Sum of RGB (Red+Green+Blue) = 195+175+156=526 (69% of max value = 765). Red value is 195 (76.56% from 255 or 37.07% from 526); Green value is 175 (68.75% from 255 or 33.27% from 526); Blue value is 156 (61.33% from 255 or 29.66% from 526); Max value from RGB is 195 - color contains mainly: red. Hex color #C3AF9C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C3AF9C is #3C5063. Grayscale: #B2B2B2. Windows color (decimal): -3952740 or 10268611. OLE color: 10268611.

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

Color convert

RGB195175156-
CMYK00.100.200.24
HSL29.23º24.53%68.82%-
HSV(B)29.23º20%76.47%-
XYZ43.8444.6637.76-
YUV178.81115.13139.54-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 37.07%
GREEN value IS 175 (68.75% from 255) = 33.27%
BLUE value IS 156 (61.33% from 255) = 29.66%
R=37.07%
G=33.27%
B=29.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.20
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19517515600.100.200.2429.2324.5368.82
HexC3AF9C0A14181d1945
Octal30325723401224303531105
Binary11000011101011111001110001010101001100011101110011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3AF9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3AF9C; }

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

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

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

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

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

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

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

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