#C88D5D

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

Shades of Whiskey #C88D5D

Tints of Whiskey #C88D5D

Color information

#C88D5D (or 0xC88D5D) is unknown color: approx Whiskey. HEX triplet: C8, 8D and 5D. RGB value is (200,141,93). Sum of RGB (Red+Green+Blue) = 200+141+93=434 (57% of max value = 765). Red value is 200 (78.52% from 255 or 46.08% from 434); Green value is 141 (55.47% from 255 or 32.49% from 434); Blue value is 93 (36.72% from 255 or 21.43% from 434); Max value from RGB is 200 - color contains mainly: red. Hex color #C88D5D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C88D5D is #3772A2. Grayscale: #999999. Windows color (decimal): -3633827 or 6131144. OLE color: 6131144.

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

Color convert

RGB20014193-
CMYK00.290.540.22
HSL26.92º49.31%57.45%-
HSV(B)26.92º53.5%78.43%-
XYZ35.3232.1214.69-
YUV153.1794.05161.4-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 46.08%
GREEN value IS 141 (55.47% from 255) = 32.49%
BLUE value IS 93 (36.72% from 255) = 21.43%
R=46.08%
G=32.49%
B=21.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.54
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal2001419300.290.540.2226.9249.3157.45
HexC88D5D01D36161b3139
Octal3102151350356626336171
Binary110010001000110110111010111011101101011011011110001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C88D5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C88D5D; }

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

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

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

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

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

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

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

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