#C88D5E

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

Shades of Whiskey #C88D5E

Tints of Whiskey #C88D5E

Color information

#C88D5E (or 0xC88D5E) is unknown color: approx Whiskey. HEX triplet: C8, 8D and 5E. RGB value is (200,141,94). Sum of RGB (Red+Green+Blue) = 200+141+94=435 (57% of max value = 765). Red value is 200 (78.52% from 255 or 45.98% from 435); Green value is 141 (55.47% from 255 or 32.41% from 435); Blue value is 94 (37.11% from 255 or 21.61% from 435); Max value from RGB is 200 - color contains mainly: red. Hex color #C88D5E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C88D5E is #3772A1. Grayscale: #999999. Windows color (decimal): -3633826 or 6196680. OLE color: 6196680.

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

Color convert

RGB20014194-
CMYK00.290.530.22
HSL26.6º49.07%57.65%-
HSV(B)26.6º53%78.43%-
XYZ35.3632.1414.93-
YUV153.2894.55161.32-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 45.98%
GREEN value IS 141 (55.47% from 255) = 32.41%
BLUE value IS 94 (37.11% from 255) = 21.61%
R=45.98%
G=32.41%
B=21.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.53
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal2001419400.290.530.2226.649.0757.65
HexC88D5E01D35161b313a
Octal3102151360356526336172
Binary110010001000110110111100111011101011011011011110001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C88D5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C88D5E; }

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

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

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

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

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

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

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

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