#C1AC96

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

Shades of Silk #C1AC96

Tints of Silk #C1AC96

Color information

#C1AC96 (or 0xC1AC96) is unknown color: approx Silk. HEX triplet: C1, AC and 96. RGB value is (193,172,150). Sum of RGB (Red+Green+Blue) = 193+172+150=515 (68% of max value = 765). Red value is 193 (75.78% from 255 or 37.48% from 515); Green value is 172 (67.58% from 255 or 33.40% from 515); Blue value is 150 (58.98% from 255 or 29.13% from 515); Max value from RGB is 193 - color contains mainly: red. Hex color #C1AC96 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C1AC96 is #3E5369. Grayscale: #AFAFAF. Windows color (decimal): -4084586 or 9874625. OLE color: 9874625.

HSL color Cylindrical-coordinate representation of color #C1AC96: hue angle of 30.7º degrees, saturation: 0.26, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #C1AC96 is Cyan = 0, Magento = 0.11, Yellow = 0.22 and Black (K on CMYK) = 0.24.

Color convert

RGB193172150-
CMYK00.110.220.24
HSL30.7º25.75%67.25%-
HSV(B)30.7º22.28%75.69%-
XYZ42.2543.0434.94-
YUV175.77113.46140.29-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 37.48%
GREEN value IS 172 (67.58% from 255) = 33.40%
BLUE value IS 150 (58.98% from 255) = 29.13%
R=37.48%
G=33.40%
B=29.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.22
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19317215000.110.220.2430.725.7567.25
HexC1AC960B16181f1a43
Octal30125422601326303732103
Binary11000001101011001001011001011101101100011111110101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1AC96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1AC96; }

 p { color: rgb(193,172,150); }

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

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

 a { background-color: rgb(193,172,150); }

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

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

 span { border-color: rgb(193,172,150); }

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