#c88e66

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

Shades of Whiskey #C88E66

Tints of Whiskey #C88E66

Color information

#C88E66 (or 0xC88E66) is unknown color: approx Whiskey. HEX triplet: C8, 8E and 66. RGB value is (200,142,102). Sum of RGB (Red+Green+Blue) = 200+142+102=444 (58% of max value = 765). Red value is 200 (78.52% from 255 or 45.05% from 444); Green value is 142 (55.86% from 255 or 31.98% from 444); Blue value is 102 (40.23% from 255 or 22.97% from 444); Max value from RGB is 200 - color contains mainly: red. Hex color #C88E66 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C88E66 is #377199. Grayscale: #9B9B9B. Windows color (decimal): -3633562 or 6721224. OLE color: 6721224.

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

Color convert

RGB200142102-
CMYK00.290.490.22
HSL24.49º47.12%59.22%-
HSV(B)24.49º49%78.43%-
XYZ35.8932.5816.97-
YUV154.7898.22160.25-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 45.05%
GREEN value IS 142 (55.86% from 255) = 31.98%
BLUE value IS 102 (40.23% from 255) = 22.97%
R=45.05%
G=31.98%
B=22.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.49
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20014210200.290.490.2224.4947.1259.22
HexC88E6601D3116182f3b
Octal3102161460356126305773
Binary110010001000111011001100111011100011011011000101111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c88e66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c88e66; }

 p { color: rgb(200,142,102); }

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

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

 a { background-color: rgb(200,142,102); }

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

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

 span { border-color: rgb(200,142,102); }

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