#C6AA99

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

Shades of Silk #C6AA99

Tints of Silk #C6AA99

Color information

#C6AA99 (or 0xC6AA99) is unknown color: approx Silk. HEX triplet: C6, AA and 99. RGB value is (198,170,153). Sum of RGB (Red+Green+Blue) = 198+170+153=521 (69% of max value = 765). Red value is 198 (77.73% from 255 or 38.00% from 521); Green value is 170 (66.80% from 255 or 32.63% from 521); Blue value is 153 (60.16% from 255 or 29.37% from 521); Max value from RGB is 198 - color contains mainly: red. Hex color #C6AA99 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C6AA99 is #395566. Grayscale: #B0B0B0. Windows color (decimal): -3757415 or 10070726. OLE color: 10070726.

HSL color Cylindrical-coordinate representation of color #C6AA99: hue angle of 22.67º degrees, saturation: 0.28, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #C6AA99 is Cyan = 0, Magento = 0.14, Yellow = 0.23 and Black (K on CMYK) = 0.22.

Color convert

RGB198170153-
CMYK00.140.230.22
HSL22.67º28.3%68.82%-
HSV(B)22.67º22.73%77.65%-
XYZ43.4143.0636.16-
YUV176.43114.78143.38-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 38.00%
GREEN value IS 170 (66.80% from 255) = 32.63%
BLUE value IS 153 (60.16% from 255) = 29.37%
R=38.00%
G=32.63%
B=29.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.23
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19817015300.140.230.2222.6728.368.82
HexC6AA990E1716171c45
Octal30625223101627262734105
Binary11000110101010101001100101110101111011010111111001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6AA99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6AA99; }

 p { color: rgb(198,170,153); }

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

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

 a { background-color: rgb(198,170,153); }

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

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

 span { border-color: rgb(198,170,153); }

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