#C9895D

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

Shades of Whiskey #C9895D

Tints of Whiskey #C9895D

Color information

#C9895D (or 0xC9895D) is unknown color: approx Whiskey. HEX triplet: C9, 89 and 5D. RGB value is (201,137,93). Sum of RGB (Red+Green+Blue) = 201+137+93=431 (57% of max value = 765). Red value is 201 (78.91% from 255 or 46.64% from 431); Green value is 137 (53.91% from 255 or 31.79% from 431); Blue value is 93 (36.72% from 255 or 21.58% from 431); Max value from RGB is 201 - color contains mainly: red. Hex color #C9895D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C9895D is #3676A2. Grayscale: #979797. Windows color (decimal): -3569315 or 6130121. OLE color: 6130121.

HSL color Cylindrical-coordinate representation of color #C9895D: hue angle of 24.44º degrees, saturation: 0.5, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C9895D is Cyan = 0, Magento = 0.32, Yellow = 0.54 and Black (K on CMYK) = 0.21.

Color convert

RGB20113793-
CMYK00.320.540.21
HSL24.44º50%57.65%-
HSV(B)24.44º53.73%78.82%-
XYZ35.0131.114.51-
YUV151.1295.2163.58-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 46.64%
GREEN value IS 137 (53.91% from 255) = 31.79%
BLUE value IS 93 (36.72% from 255) = 21.58%
R=46.64%
G=31.79%
B=21.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.54
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2011379300.320.540.2124.445057.65
HexC9895D020361518323a
Octal3112111350406625306272
Binary1100100110001001101110101000001101101010111000110010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9895D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9895D; }

 p { color: rgb(201,137,93); }

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

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

 a { background-color: rgb(201,137,93); }

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

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

 span { border-color: rgb(201,137,93); }

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