#C1AA93

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

Shades of Silk #C1AA93

Tints of Silk #C1AA93

Color information

#C1AA93 (or 0xC1AA93) is unknown color: approx Silk. HEX triplet: C1, AA and 93. RGB value is (193,170,147). Sum of RGB (Red+Green+Blue) = 193+170+147=510 (67% of max value = 765). Red value is 193 (75.78% from 255 or 37.84% from 510); Green value is 170 (66.80% from 255 or 33.33% from 510); Blue value is 147 (57.81% from 255 or 28.82% from 510); Max value from RGB is 193 - color contains mainly: red. Hex color #C1AA93 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C1AA93 is #3E556C. Grayscale: #AEAEAE. Windows color (decimal): -4085101 or 9677505. OLE color: 9677505.

HSL color Cylindrical-coordinate representation of color #C1AA93: hue angle of 30º degrees, saturation: 0.27, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #C1AA93 is Cyan = 0, Magento = 0.12, Yellow = 0.24 and Black (K on CMYK) = 0.24.

Color convert

RGB193170147-
CMYK00.120.240.24
HSL30º27.06%66.67%-
HSV(B)30º23.83%75.69%-
XYZ41.6342.1933.55-
YUV174.26112.62141.37-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 37.84%
GREEN value IS 170 (66.80% from 255) = 33.33%
BLUE value IS 147 (57.81% from 255) = 28.82%
R=37.84%
G=33.33%
B=28.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.24
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19317014700.120.240.243027.0666.67
HexC1AA930C18181e1b43
Octal30125222301430303633103
Binary11000001101010101001001101100110001100011110110111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1AA93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1AA93; }

 p { color: rgb(193,170,147); }

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

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

 a { background-color: rgb(193,170,147); }

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

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

 span { border-color: rgb(193,170,147); }

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