#C89366

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

Shades of Whiskey #C89366

Tints of Whiskey #C89366

Color information

#C89366 (or 0xC89366) is unknown color: approx Whiskey. HEX triplet: C8, 93 and 66. RGB value is (200,147,102). Sum of RGB (Red+Green+Blue) = 200+147+102=449 (59% of max value = 765). Red value is 200 (78.52% from 255 or 44.54% from 449); Green value is 147 (57.81% from 255 or 32.74% from 449); Blue value is 102 (40.23% from 255 or 22.72% from 449); Max value from RGB is 200 - color contains mainly: red. Hex color #C89366 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C89366 is #376C99. Grayscale: #9D9D9D. Windows color (decimal): -3632282 or 6722504. OLE color: 6722504.

HSL color Cylindrical-coordinate representation of color #C89366: hue angle of 27.55º degrees, saturation: 0.47, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #C89366 is Cyan = 0, Magento = 0.26, Yellow = 0.49 and Black (K on CMYK) = 0.22.

Color convert

RGB200147102-
CMYK00.260.490.22
HSL27.55º47.12%59.22%-
HSV(B)27.55º49%78.43%-
XYZ36.6534.1117.22-
YUV157.7296.56158.16-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 44.54%
GREEN value IS 147 (57.81% from 255) = 32.74%
BLUE value IS 102 (40.23% from 255) = 22.72%
R=44.54%
G=32.74%
B=22.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.49
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20014710200.260.490.2227.5547.1259.22
HexC8936601A31161c2f3b
Octal3102231460326126345773
Binary110010001001001111001100110101100011011011100101111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C89366

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C89366; }

 p { color: rgb(200,147,102); }

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

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

 a { background-color: rgb(200,147,102); }

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

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

 span { border-color: rgb(200,147,102); }

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