#CC8B60

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

Shades of Whiskey #CC8B60

Tints of Whiskey #CC8B60

Color information

#CC8B60 (or 0xCC8B60) is unknown color: approx Whiskey. HEX triplet: CC, 8B and 60. RGB value is (204,139,96). Sum of RGB (Red+Green+Blue) = 204+139+96=439 (58% of max value = 765). Red value is 204 (80.08% from 255 or 46.47% from 439); Green value is 139 (54.69% from 255 or 31.66% from 439); Blue value is 96 (37.89% from 255 or 21.87% from 439); Max value from RGB is 204 - color contains mainly: red. Hex color #CC8B60 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CC8B60 is #33749F. Grayscale: #999999. Windows color (decimal): -3372192 or 6327244. OLE color: 6327244.

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

Color convert

RGB20413996-
CMYK00.320.530.2
HSL23.89º51.43%58.82%-
HSV(B)23.89º52.94%80%-
XYZ36.2532.1515.36-
YUV153.5395.53164-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 46.47%
GREEN value IS 139 (54.69% from 255) = 31.66%
BLUE value IS 96 (37.89% from 255) = 21.87%
R=46.47%
G=31.66%
B=21.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.53
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2041399600.320.530.223.8951.4358.82
HexCC8B60020351418333b
Octal3142131400406524306373
Binary1100110010001011110000001000001101011010011000110011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC8B60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC8B60; }

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

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

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

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

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

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

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

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