#CE8E68

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

Shades of Whiskey #CE8E68

Tints of Whiskey #CE8E68

Color information

#CE8E68 (or 0xCE8E68) is unknown color: approx Whiskey. HEX triplet: CE, 8E and 68. RGB value is (206,142,104). Sum of RGB (Red+Green+Blue) = 206+142+104=452 (59% of max value = 765). Red value is 206 (80.86% from 255 or 45.58% from 452); Green value is 142 (55.86% from 255 or 31.42% from 452); Blue value is 104 (41.02% from 255 or 23.01% from 452); Max value from RGB is 206 - color contains mainly: red. Hex color #CE8E68 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CE8E68 is #317197. Grayscale: #9D9D9D. Windows color (decimal): -3240344 or 6852302. OLE color: 6852302.

HSL color Cylindrical-coordinate representation of color #CE8E68: hue angle of 22.35º degrees, saturation: 0.51, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CE8E68 is Cyan = 0, Magento = 0.31, Yellow = 0.50 and Black (K on CMYK) = 0.19.

Color convert

RGB206142104-
CMYK00.310.500.19
HSL22.35º51%60.78%-
HSV(B)22.35º49.51%80.78%-
XYZ37.6333.4717.57-
YUV156.898.2163.09-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 45.58%
GREEN value IS 142 (55.86% from 255) = 31.42%
BLUE value IS 104 (41.02% from 255) = 23.01%
R=45.58%
G=31.42%
B=23.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.50
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20614210400.310.500.1922.355160.78
HexCE8E6801F321316333d
Octal3162161500376223266375
Binary110011101000111011010000111111100101001110110110011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE8E68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE8E68; }

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

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

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

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

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

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

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

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