#C89165

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

Shades of Whiskey #C89165

Tints of Whiskey #C89165

Color information

#C89165 (or 0xC89165) is unknown color: approx Whiskey. HEX triplet: C8, 91 and 65. RGB value is (200,145,101). Sum of RGB (Red+Green+Blue) = 200+145+101=446 (59% of max value = 765). Red value is 200 (78.52% from 255 or 44.84% from 446); Green value is 145 (57.03% from 255 or 32.51% from 446); Blue value is 101 (39.84% from 255 or 22.65% from 446); Max value from RGB is 200 - color contains mainly: red. Hex color #C89165 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C89165 is #376E9A. Grayscale: #9C9C9C. Windows color (decimal): -3632795 or 6656456. OLE color: 6656456.

HSL color Cylindrical-coordinate representation of color #C89165: hue angle of 26.67º 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 #C89165 is Cyan = 0, Magento = 0.28, Yellow = 0.49 and Black (K on CMYK) = 0.22.

Color convert

RGB200145101-
CMYK00.280.490.22
HSL26.67º47.37%59.02%-
HSV(B)26.67º49.5%78.43%-
XYZ36.2933.4716.86-
YUV156.4396.72159.08-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 44.84%
GREEN value IS 145 (57.03% from 255) = 32.51%
BLUE value IS 101 (39.84% from 255) = 22.65%
R=44.84%
G=32.51%
B=22.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.49
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20014510100.280.490.2226.6747.3759.02
HexC8916501C31161b2f3b
Octal3102211450346126335773
Binary110010001001000111001010111001100011011011011101111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C89165

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C89165; }

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

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

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

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

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

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

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

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