#C88A5E

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

Shades of Whiskey #C88A5E

Tints of Whiskey #C88A5E

Color information

#C88A5E (or 0xC88A5E) is unknown color: approx Whiskey. HEX triplet: C8, 8A and 5E. RGB value is (200,138,94). Sum of RGB (Red+Green+Blue) = 200+138+94=432 (57% of max value = 765). Red value is 200 (78.52% from 255 or 46.30% from 432); Green value is 138 (54.30% from 255 or 31.94% from 432); Blue value is 94 (37.11% from 255 or 21.76% from 432); Max value from RGB is 200 - color contains mainly: red. Hex color #C88A5E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C88A5E is #3775A1. Grayscale: #979797. Windows color (decimal): -3634594 or 6195912. OLE color: 6195912.

HSL color Cylindrical-coordinate representation of color #C88A5E: hue angle of 24.91º degrees, saturation: 0.49, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C88A5E is Cyan = 0, Magento = 0.31, Yellow = 0.53 and Black (K on CMYK) = 0.22.

Color convert

RGB20013894-
CMYK00.310.530.22
HSL24.91º49.07%57.65%-
HSV(B)24.91º53%78.43%-
XYZ34.9331.2614.78-
YUV151.5295.54162.58-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 46.30%
GREEN value IS 138 (54.30% from 255) = 31.94%
BLUE value IS 94 (37.11% from 255) = 21.76%
R=46.30%
G=31.94%
B=21.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.53
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal2001389400.310.530.2224.9149.0757.65
HexC88A5E01F351619313a
Octal3102121360376526316172
Binary110010001000101010111100111111101011011011001110001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C88A5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C88A5E; }

 p { color: rgb(200,138,94); }

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

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

 a { background-color: rgb(200,138,94); }

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

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

 span { border-color: rgb(200,138,94); }

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