#C88E69

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

Shades of Whiskey #C88E69

Tints of Whiskey #C88E69

Color information

#C88E69 (or 0xC88E69) is unknown color: approx Whiskey. HEX triplet: C8, 8E and 69. RGB value is (200,142,105). Sum of RGB (Red+Green+Blue) = 200+142+105=447 (59% of max value = 765). Red value is 200 (78.52% from 255 or 44.74% from 447); Green value is 142 (55.86% from 255 or 31.77% from 447); Blue value is 105 (41.41% from 255 or 23.49% from 447); Max value from RGB is 200 - color contains mainly: red. Hex color #C88E69 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C88E69 is #377196. Grayscale: #9B9B9B. Windows color (decimal): -3633559 or 6917832. OLE color: 6917832.

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

Color convert

RGB200142105-
CMYK00.290.480.22
HSL23.37º46.34%59.8%-
HSV(B)23.37º47.5%78.43%-
XYZ36.0432.6517.77-
YUV155.1299.72160.01-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 44.74%
GREEN value IS 142 (55.86% from 255) = 31.77%
BLUE value IS 105 (41.41% from 255) = 23.49%
R=44.74%
G=31.77%
B=23.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.48
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20014210500.290.480.2223.3746.3459.8
HexC88E6901D3016172e3c
Octal3102161510356026275674
Binary110010001000111011010010111011100001011010111101110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C88E69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C88E69; }

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

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

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

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

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

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

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

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