#CC8E68

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

Shades of Whiskey #CC8E68

Tints of Whiskey #CC8E68

Color information

#CC8E68 (or 0xCC8E68) is unknown color: approx Whiskey. HEX triplet: CC, 8E and 68. RGB value is (204,142,104). Sum of RGB (Red+Green+Blue) = 204+142+104=450 (59% of max value = 765). Red value is 204 (80.08% from 255 or 45.33% from 450); Green value is 142 (55.86% from 255 or 31.56% from 450); Blue value is 104 (41.02% from 255 or 23.11% from 450); Max value from RGB is 204 - color contains mainly: red. Hex color #CC8E68 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CC8E68 is #337197. Grayscale: #9C9C9C. Windows color (decimal): -3371416 or 6852300. OLE color: 6852300.

HSL color Cylindrical-coordinate representation of color #CC8E68: hue angle of 22.8º degrees, saturation: 0.5, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #CC8E68 is Cyan = 0, Magento = 0.30, Yellow = 0.49 and Black (K on CMYK) = 0.2.

Color convert

RGB204142104-
CMYK00.300.490.2
HSL22.8º49.5%60.39%-
HSV(B)22.8º49.02%80%-
XYZ37.0733.1817.55-
YUV156.2198.54162.09-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 45.33%
GREEN value IS 142 (55.86% from 255) = 31.56%
BLUE value IS 104 (41.02% from 255) = 23.11%
R=45.33%
G=31.56%
B=23.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.49
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20414210400.300.490.222.849.560.39
HexCC8E6801E311417323c
Octal3142161500366124276274
Binary110011001000111011010000111101100011010010111110010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC8E68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC8E68; }

 p { color: rgb(204,142,104); }

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

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

 a { background-color: rgb(204,142,104); }

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

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

 span { border-color: rgb(204,142,104); }

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