#C88C65

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

Shades of Whiskey #C88C65

Tints of Whiskey #C88C65

Color information

#C88C65 (or 0xC88C65) is unknown color: approx Whiskey. HEX triplet: C8, 8C and 65. RGB value is (200,140,101). Sum of RGB (Red+Green+Blue) = 200+140+101=441 (58% of max value = 765). Red value is 200 (78.52% from 255 or 45.35% from 441); Green value is 140 (55.08% from 255 or 31.75% from 441); Blue value is 101 (39.84% from 255 or 22.90% from 441); Max value from RGB is 200 - color contains mainly: red. Hex color #C88C65 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C88C65 is #37739A. Grayscale: #999999. Windows color (decimal): -3634075 or 6655176. OLE color: 6655176.

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

Color convert

RGB200140101-
CMYK00.30.490.22
HSL23.64º47.37%59.02%-
HSV(B)23.64º49.5%78.43%-
XYZ35.5531.9816.61-
YUV153.4998.38161.17-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 45.35%
GREEN value IS 140 (55.08% from 255) = 31.75%
BLUE value IS 101 (39.84% from 255) = 22.90%
R=45.35%
G=31.75%
B=22.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.3
Y (Yellow) values IS 0.49
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20014010100.30.490.2223.6447.3759.02
HexC88C6501E3116182f3b
Octal3102141450366126305773
Binary110010001000110011001010111101100011011011000101111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C88C65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C88C65; }

 p { color: rgb(200,140,101); }

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

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

 a { background-color: rgb(200,140,101); }

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

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

 span { border-color: rgb(200,140,101); }

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