#C88A62

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

Shades of Whiskey #C88A62

Tints of Whiskey #C88A62

Color information

#C88A62 (or 0xC88A62) is unknown color: approx Whiskey. HEX triplet: C8, 8A and 62. RGB value is (200,138,98). Sum of RGB (Red+Green+Blue) = 200+138+98=436 (57% of max value = 765). Red value is 200 (78.52% from 255 or 45.87% from 436); Green value is 138 (54.30% from 255 or 31.65% from 436); Blue value is 98 (38.67% from 255 or 22.48% from 436); Max value from RGB is 200 - color contains mainly: red. Hex color #C88A62 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C88A62 is #37759D. Grayscale: #989898. Windows color (decimal): -3634590 or 6458056. OLE color: 6458056.

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

Color convert

RGB20013898-
CMYK00.310.510.22
HSL23.53º48.11%58.43%-
HSV(B)23.53º51%78.43%-
XYZ35.1131.3415.75-
YUV151.9897.54162.25-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 45.87%
GREEN value IS 138 (54.30% from 255) = 31.65%
BLUE value IS 98 (38.67% from 255) = 22.48%
R=45.87%
G=31.65%
B=22.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.51
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal2001389800.310.510.2223.5348.1158.43
HexC88A6201F331618303a
Octal3102121420376326306072
Binary110010001000101011000100111111100111011011000110000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C88A62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C88A62; }

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

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

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

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

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

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

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

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