#C2ADA0

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

Shades of Silk #C2ADA0

Tints of Silk #C2ADA0

Color information

#C2ADA0 (or 0xC2ADA0) is unknown color: approx Silk. HEX triplet: C2, AD and A0. RGB value is (194,173,160). Sum of RGB (Red+Green+Blue) = 194+173+160=527 (69% of max value = 765). Red value is 194 (76.17% from 255 or 36.81% from 527); Green value is 173 (67.97% from 255 or 32.83% from 527); Blue value is 160 (62.89% from 255 or 30.36% from 527); Max value from RGB is 194 - color contains mainly: red. Hex color #C2ADA0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C2ADA0 is #3D525F. Grayscale: #B1B1B1. Windows color (decimal): -4018784 or 10530242. OLE color: 10530242.

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

Color convert

RGB194173160-
CMYK00.110.180.24
HSL22.94º21.79%69.41%-
HSV(B)22.94º17.53%76.08%-
XYZ43.5443.8939.44-
YUV177.8117.96139.56-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 36.81%
GREEN value IS 173 (67.97% from 255) = 32.83%
BLUE value IS 160 (62.89% from 255) = 30.36%
R=36.81%
G=32.83%
B=30.36%

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
Decimal19417316000.110.180.2422.9421.7969.41
HexC2ADA00B1218171645
Octal30225524001322302726105
Binary11000010101011011010000001011100101100010111101101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2ADA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2ADA0; }

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

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

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

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

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

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

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

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