#C4ADA0

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

Shades of Silk #C4ADA0

Tints of Silk #C4ADA0

Color information

#C4ADA0 (or 0xC4ADA0) is unknown color: approx Silk. HEX triplet: C4, AD and A0. RGB value is (196,173,160). Sum of RGB (Red+Green+Blue) = 196+173+160=529 (70% of max value = 765). Red value is 196 (76.95% from 255 or 37.05% from 529); Green value is 173 (67.97% from 255 or 32.70% from 529); Blue value is 160 (62.89% from 255 or 30.25% from 529); Max value from RGB is 196 - color contains mainly: red. Hex color #C4ADA0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C4ADA0 is #3B525F. Grayscale: #B2B2B2. Windows color (decimal): -3887712 or 10530244. OLE color: 10530244.

HSL color Cylindrical-coordinate representation of color #C4ADA0: hue angle of 21.67º degrees, saturation: 0.23, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #C4ADA0 is Cyan = 0, Magento = 0.12, Yellow = 0.18 and Black (K on CMYK) = 0.23.

Color convert

RGB196173160-
CMYK00.120.180.23
HSL21.67º23.38%69.8%-
HSV(B)21.67º18.37%76.86%-
XYZ44.0544.1639.46-
YUV178.4117.62140.56-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 37.05%
GREEN value IS 173 (67.97% from 255) = 32.70%
BLUE value IS 160 (62.89% from 255) = 30.25%
R=37.05%
G=32.70%
B=30.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.18
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19617316000.120.180.2321.6723.3869.8
HexC4ADA00C1217161746
Octal30425524001422272627106
Binary11000100101011011010000001100100101011110110101111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4ADA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4ADA0; }

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

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

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

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

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

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

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

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