#C89267

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

Shades of Whiskey #C89267

Tints of Whiskey #C89267

Color information

#C89267 (or 0xC89267) is unknown color: approx Whiskey. HEX triplet: C8, 92 and 67. RGB value is (200,146,103). Sum of RGB (Red+Green+Blue) = 200+146+103=449 (59% of max value = 765). Red value is 200 (78.52% from 255 or 44.54% from 449); Green value is 146 (57.42% from 255 or 32.52% from 449); Blue value is 103 (40.62% from 255 or 22.94% from 449); Max value from RGB is 200 - color contains mainly: red. Hex color #C89267 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C89267 is #376D98. Grayscale: #9D9D9D. Windows color (decimal): -3632537 or 6787784. OLE color: 6787784.

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

Color convert

RGB200146103-
CMYK00.270.480.22
HSL26.6º46.86%59.41%-
HSV(B)26.6º48.5%78.43%-
XYZ36.5533.8217.43-
YUV157.2497.39158.5-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 44.54%
GREEN value IS 146 (57.42% from 255) = 32.52%
BLUE value IS 103 (40.62% from 255) = 22.94%
R=44.54%
G=32.52%
B=22.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.48
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20014610300.270.480.2226.646.8659.41
HexC8926701B30161b2f3b
Octal3102221470336026335773
Binary110010001001001011001110110111100001011011011101111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C89267

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C89267; }

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

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

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

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

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

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

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

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