#CC8B5E

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

Shades of Whiskey #CC8B5E

Tints of Whiskey #CC8B5E

Color information

#CC8B5E (or 0xCC8B5E) is unknown color: approx Whiskey. HEX triplet: CC, 8B and 5E. RGB value is (204,139,94). Sum of RGB (Red+Green+Blue) = 204+139+94=437 (57% of max value = 765). Red value is 204 (80.08% from 255 or 46.68% from 437); Green value is 139 (54.69% from 255 or 31.81% from 437); Blue value is 94 (37.11% from 255 or 21.51% from 437); Max value from RGB is 204 - color contains mainly: red. Hex color #CC8B5E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CC8B5E is #3374A1. Grayscale: #999999. Windows color (decimal): -3372194 or 6196172. OLE color: 6196172.

HSL color Cylindrical-coordinate representation of color #CC8B5E: hue angle of 24.55º degrees, saturation: 0.52, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #CC8B5E is Cyan = 0, Magento = 0.32, Yellow = 0.54 and Black (K on CMYK) = 0.2.

Color convert

RGB20413994-
CMYK00.320.540.2
HSL24.55º51.89%58.43%-
HSV(B)24.55º53.92%80%-
XYZ36.1532.1114.88-
YUV153.394.53164.16-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 46.68%
GREEN value IS 139 (54.69% from 255) = 31.81%
BLUE value IS 94 (37.11% from 255) = 21.51%
R=46.68%
G=31.81%
B=21.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.54
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2041399400.320.540.224.5551.8958.43
HexCC8B5E020361419343a
Octal3142131360406624316472
Binary1100110010001011101111001000001101101010011001110100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC8B5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC8B5E; }

 p { color: rgb(204,139,94); }

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

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

 a { background-color: rgb(204,139,94); }

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

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

 span { border-color: rgb(204,139,94); }

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