#C1ADA0

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

Shades of Silk #C1ADA0

Tints of Silk #C1ADA0

Color information

#C1ADA0 (or 0xC1ADA0) is unknown color: approx Silk. HEX triplet: C1, AD and A0. RGB value is (193,173,160). Sum of RGB (Red+Green+Blue) = 193+173+160=526 (69% of max value = 765). Red value is 193 (75.78% from 255 or 36.69% from 526); Green value is 173 (67.97% from 255 or 32.89% from 526); Blue value is 160 (62.89% from 255 or 30.42% from 526); Max value from RGB is 193 - color contains mainly: red. Hex color #C1ADA0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C1ADA0 is #3E525F. Grayscale: #B1B1B1. Windows color (decimal): -4084320 or 10530241. OLE color: 10530241.

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

Color convert

RGB193173160-
CMYK00.100.170.24
HSL23.64º21.02%69.22%-
HSV(B)23.64º17.1%75.69%-
XYZ43.2843.7639.42-
YUV177.5118.13139.06-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 36.69%
GREEN value IS 173 (67.97% from 255) = 32.89%
BLUE value IS 160 (62.89% from 255) = 30.42%
R=36.69%
G=32.89%
B=30.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.17
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19317316000.100.170.2423.6421.0269.22
HexC1ADA00A1118181545
Octal30125524001221303025105
Binary11000001101011011010000001010100011100011000101011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1ADA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1ADA0; }

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

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

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

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

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

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

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

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