#C88B61

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

Shades of Whiskey #C88B61

Tints of Whiskey #C88B61

Color information

#C88B61 (or 0xC88B61) is unknown color: approx Whiskey. HEX triplet: C8, 8B and 61. RGB value is (200,139,97). Sum of RGB (Red+Green+Blue) = 200+139+97=436 (57% of max value = 765). Red value is 200 (78.52% from 255 or 45.87% from 436); Green value is 139 (54.69% from 255 or 31.88% from 436); Blue value is 97 (38.28% from 255 or 22.25% from 436); Max value from RGB is 200 - color contains mainly: red. Hex color #C88B61 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C88B61 is #37749E. Grayscale: #989898. Windows color (decimal): -3634335 or 6392776. OLE color: 6392776.

HSL color Cylindrical-coordinate representation of color #C88B61: hue angle of 24.47º 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 #C88B61 is Cyan = 0, Magento = 0.30, Yellow = 0.52 and Black (K on CMYK) = 0.22.

Color convert

RGB20013997-
CMYK00.300.520.22
HSL24.47º48.36%58.24%-
HSV(B)24.47º51.5%78.43%-
XYZ35.2131.6115.55-
YUV152.4596.71161.92-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 45.87%
GREEN value IS 139 (54.69% from 255) = 31.88%
BLUE value IS 97 (38.28% from 255) = 22.25%
R=45.87%
G=31.88%
B=22.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.52
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal2001399700.300.520.2224.4748.3658.24
HexC88B6101E341618303a
Octal3102131410366426306072
Binary110010001000101111000010111101101001011011000110000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C88B61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C88B61; }

 p { color: rgb(200,139,97); }

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

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

 a { background-color: rgb(200,139,97); }

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

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

 span { border-color: rgb(200,139,97); }

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