#C89265

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

Shades of Whiskey #C89265

Tints of Whiskey #C89265

Color information

#C89265 (or 0xC89265) is unknown color: approx Whiskey. HEX triplet: C8, 92 and 65. RGB value is (200,146,101). Sum of RGB (Red+Green+Blue) = 200+146+101=447 (59% of max value = 765). Red value is 200 (78.52% from 255 or 44.74% from 447); Green value is 146 (57.42% from 255 or 32.66% from 447); Blue value is 101 (39.84% from 255 or 22.60% from 447); Max value from RGB is 200 - color contains mainly: red. Hex color #C89265 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C89265 is #376D9A. Grayscale: #9D9D9D. Windows color (decimal): -3632539 or 6656712. OLE color: 6656712.

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

Color convert

RGB200146101-
CMYK00.270.490.22
HSL27.27º47.37%59.02%-
HSV(B)27.27º49.5%78.43%-
XYZ36.4533.7816.91-
YUV157.0296.39158.66-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 44.74%
GREEN value IS 146 (57.42% from 255) = 32.66%
BLUE value IS 101 (39.84% from 255) = 22.60%
R=44.74%
G=32.66%
B=22.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.49
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20014610100.270.490.2227.2747.3759.02
HexC8926501B31161b2f3b
Octal3102221450336126335773
Binary110010001001001011001010110111100011011011011101111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C89265

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C89265; }

 p { color: rgb(200,146,101); }

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

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

 a { background-color: rgb(200,146,101); }

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

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

 span { border-color: rgb(200,146,101); }

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