#C2ACA0

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

Shades of Silk #C2ACA0

Tints of Silk #C2ACA0

Color information

#C2ACA0 (or 0xC2ACA0) is unknown color: approx Silk. HEX triplet: C2, AC and A0. RGB value is (194,172,160). Sum of RGB (Red+Green+Blue) = 194+172+160=526 (69% of max value = 765). Red value is 194 (76.17% from 255 or 36.88% from 526); Green value is 172 (67.58% from 255 or 32.70% from 526); Blue value is 160 (62.89% from 255 or 30.42% from 526); Max value from RGB is 194 - color contains mainly: red. Hex color #C2ACA0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C2ACA0 is #3D535F. Grayscale: #B1B1B1. Windows color (decimal): -4019040 or 10529986. OLE color: 10529986.

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

Color convert

RGB194172160-
CMYK00.110.180.24
HSL21.18º21.79%69.41%-
HSV(B)21.18º17.53%76.08%-
XYZ43.3543.5139.37-
YUV177.21118.29139.98-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 36.88%
GREEN value IS 172 (67.58% from 255) = 32.70%
BLUE value IS 160 (62.89% from 255) = 30.42%
R=36.88%
G=32.70%
B=30.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.18
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19417216000.110.180.2421.1821.7969.41
HexC2ACA00B1218151645
Octal30225424001322302526105
Binary11000010101011001010000001011100101100010101101101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2ACA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2ACA0; }

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

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

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

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

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

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

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

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