#C1ACA0

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

Shades of Silk #C1ACA0

Tints of Silk #C1ACA0

Color information

#C1ACA0 (or 0xC1ACA0) is unknown color: approx Silk. HEX triplet: C1, AC and A0. RGB value is (193,172,160). Sum of RGB (Red+Green+Blue) = 193+172+160=525 (69% of max value = 765). Red value is 193 (75.78% from 255 or 36.76% from 525); Green value is 172 (67.58% from 255 or 32.76% from 525); Blue value is 160 (62.89% from 255 or 30.48% from 525); Max value from RGB is 193 - color contains mainly: red. Hex color #C1ACA0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C1ACA0 is #3E535F. Grayscale: #B0B0B0. Windows color (decimal): -4084576 or 10529985. OLE color: 10529985.

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

Color convert

RGB193172160-
CMYK00.110.170.24
HSL21.82º21.02%69.22%-
HSV(B)21.82º17.1%75.69%-
XYZ43.0943.3839.36-
YUV176.91118.46139.48-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 36.76%
GREEN value IS 172 (67.58% from 255) = 32.76%
BLUE value IS 160 (62.89% from 255) = 30.48%
R=36.76%
G=32.76%
B=30.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.17
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19317216000.110.170.2421.8221.0269.22
HexC1ACA00B1118161545
Octal30125424001321302625105
Binary11000001101011001010000001011100011100010110101011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1ACA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1ACA0; }

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

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

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

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

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

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

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

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