#C89269

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

Shades of Whiskey #C89269

Tints of Whiskey #C89269

Color information

#C89269 (or 0xC89269) is unknown color: approx Whiskey. HEX triplet: C8, 92 and 69. RGB value is (200,146,105). Sum of RGB (Red+Green+Blue) = 200+146+105=451 (59% of max value = 765). Red value is 200 (78.52% from 255 or 44.35% from 451); Green value is 146 (57.42% from 255 or 32.37% from 451); Blue value is 105 (41.41% from 255 or 23.28% from 451); Max value from RGB is 200 - color contains mainly: red. Hex color #C89269 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C89269 is #376D96. Grayscale: #9D9D9D. Windows color (decimal): -3632535 or 6918856. OLE color: 6918856.

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

Color convert

RGB200146105-
CMYK00.270.480.22
HSL25.89º46.34%59.8%-
HSV(B)25.89º47.5%78.43%-
XYZ36.6533.8617.97-
YUV157.4798.39158.33-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 44.35%
GREEN value IS 146 (57.42% from 255) = 32.37%
BLUE value IS 105 (41.41% from 255) = 23.28%
R=44.35%
G=32.37%
B=23.28%

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
Decimal20014610500.270.480.2225.8946.3459.8
HexC8926901B30161a2e3c
Octal3102221510336026325674
Binary110010001001001011010010110111100001011011010101110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C89269

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C89269; }

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

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

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

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

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

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

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

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