#C8895A

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

Shades of Whiskey #C8895A

Tints of Whiskey #C8895A

Color information

#C8895A (or 0xC8895A) is unknown color: approx Whiskey. HEX triplet: C8, 89 and 5A. RGB value is (200,137,90). Sum of RGB (Red+Green+Blue) = 200+137+90=427 (56% of max value = 765). Red value is 200 (78.52% from 255 or 46.84% from 427); Green value is 137 (53.91% from 255 or 32.08% from 427); Blue value is 90 (35.55% from 255 or 21.08% from 427); Max value from RGB is 200 - color contains mainly: red. Hex color #C8895A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C8895A is #3776A5. Grayscale: #969696. Windows color (decimal): -3634854 or 5933512. OLE color: 5933512.

HSL color Cylindrical-coordinate representation of color #C8895A: hue angle of 25.64º degrees, saturation: 0.5, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C8895A is Cyan = 0, Magento = 0.32, Yellow = 0.55 and Black (K on CMYK) = 0.22.

Color convert

RGB20013790-
CMYK00.320.550.22
HSL25.64º50%56.86%-
HSV(B)25.64º55%78.43%-
XYZ34.6130.9113.81-
YUV150.4893.87163.32-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 46.84%
GREEN value IS 137 (53.91% from 255) = 32.08%
BLUE value IS 90 (35.55% from 255) = 21.08%
R=46.84%
G=32.08%
B=21.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.55
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal2001379000.320.550.2225.645056.86
HexC8895A02037161a3239
Octal3102111320406726326271
Binary1100100010001001101101001000001101111011011010110010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8895A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8895A; }

 p { color: rgb(200,137,90); }

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

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

 a { background-color: rgb(200,137,90); }

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

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

 span { border-color: rgb(200,137,90); }

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