#C1AE9C

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

Shades of Silk #C1AE9C

Tints of Silk #C1AE9C

Color information

#C1AE9C (or 0xC1AE9C) is unknown color: approx Silk. HEX triplet: C1, AE and 9C. RGB value is (193,174,156). Sum of RGB (Red+Green+Blue) = 193+174+156=523 (69% of max value = 765). Red value is 193 (75.78% from 255 or 36.90% from 523); Green value is 174 (68.36% from 255 or 33.27% from 523); Blue value is 156 (61.33% from 255 or 29.83% from 523); Max value from RGB is 193 - color contains mainly: red. Hex color #C1AE9C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C1AE9C is #3E5163. Grayscale: #B1B1B1. Windows color (decimal): -4084068 or 10268353. OLE color: 10268353.

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

Color convert

RGB193174156-
CMYK00.100.190.24
HSL29.19º22.98%68.43%-
HSV(B)29.19º19.17%75.69%-
XYZ43.1344.0137.67-
YUV177.63115.79138.96-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 36.90%
GREEN value IS 174 (68.36% from 255) = 33.27%
BLUE value IS 156 (61.33% from 255) = 29.83%
R=36.90%
G=33.27%
B=29.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.19
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19317415600.100.190.2429.1922.9868.43
HexC1AE9C0A13181d1744
Octal30125623401223303527104
Binary11000001101011101001110001010100111100011101101111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1AE9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1AE9C; }

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

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

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

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

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

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

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

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