#C6AC9B

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

Shades of Silk #C6AC9B

Tints of Silk #C6AC9B

Color information

#C6AC9B (or 0xC6AC9B) is unknown color: approx Silk. HEX triplet: C6, AC and 9B. RGB value is (198,172,155). Sum of RGB (Red+Green+Blue) = 198+172+155=525 (69% of max value = 765). Red value is 198 (77.73% from 255 or 37.71% from 525); Green value is 172 (67.58% from 255 or 32.76% from 525); Blue value is 155 (60.94% from 255 or 29.52% from 525); Max value from RGB is 198 - color contains mainly: red. Hex color #C6AC9B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C6AC9B is #395364. Grayscale: #B1B1B1. Windows color (decimal): -3756901 or 10202310. OLE color: 10202310.

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

Color convert

RGB198172155-
CMYK00.130.220.22
HSL23.72º27.39%69.22%-
HSV(B)23.72º21.72%77.65%-
XYZ43.9643.8837.16-
YUV177.84115.11142.38-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 37.71%
GREEN value IS 172 (67.58% from 255) = 32.76%
BLUE value IS 155 (60.94% from 255) = 29.52%
R=37.71%
G=32.76%
B=29.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.22
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19817215500.130.220.2223.7227.3969.22
HexC6AC9B0D1616181b45
Octal30625423301526263033105
Binary11000110101011001001101101101101101011011000110111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6AC9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6AC9B; }

 p { color: rgb(198,172,155); }

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

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

 a { background-color: rgb(198,172,155); }

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

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

 span { border-color: rgb(198,172,155); }

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