#C1AF9C

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

Shades of Silk #C1AF9C

Tints of Silk #C1AF9C

Color information

#C1AF9C (or 0xC1AF9C) is unknown color: approx Silk. HEX triplet: C1, AF and 9C. RGB value is (193,175,156). Sum of RGB (Red+Green+Blue) = 193+175+156=524 (69% of max value = 765). Red value is 193 (75.78% from 255 or 36.83% from 524); Green value is 175 (68.75% from 255 or 33.40% from 524); Blue value is 156 (61.33% from 255 or 29.77% from 524); Max value from RGB is 193 - color contains mainly: red. Hex color #C1AF9C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C1AF9C is #3E5063. Grayscale: #B2B2B2. Windows color (decimal): -4083812 or 10268609. OLE color: 10268609.

HSL color Cylindrical-coordinate representation of color #C1AF9C: hue angle of 30.81º degrees, saturation: 0.23, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #C1AF9C is Cyan = 0, Magento = 0.09, Yellow = 0.19 and Black (K on CMYK) = 0.24.

Color convert

RGB193175156-
CMYK00.090.190.24
HSL30.81º22.98%68.43%-
HSV(B)30.81º19.17%75.69%-
XYZ43.3244.437.74-
YUV178.22115.46138.54-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 36.83%
GREEN value IS 175 (68.75% from 255) = 33.40%
BLUE value IS 156 (61.33% from 255) = 29.77%
R=36.83%
G=33.40%
B=29.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.19
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19317515600.090.190.2430.8122.9868.43
HexC1AF9C0913181f1744
Octal30125723401123303727104
Binary11000001101011111001110001001100111100011111101111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1AF9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1AF9C; }

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

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

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

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

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

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

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

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