#CE8D66

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

Shades of Whiskey #CE8D66

Tints of Whiskey #CE8D66

Color information

#CE8D66 (or 0xCE8D66) is unknown color: approx Whiskey. HEX triplet: CE, 8D and 66. RGB value is (206,141,102). Sum of RGB (Red+Green+Blue) = 206+141+102=449 (59% of max value = 765). Red value is 206 (80.86% from 255 or 45.88% from 449); Green value is 141 (55.47% from 255 or 31.40% from 449); Blue value is 102 (40.23% from 255 or 22.72% from 449); Max value from RGB is 206 - color contains mainly: red. Hex color #CE8D66 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CE8D66 is #317299. Grayscale: #9C9C9C. Windows color (decimal): -3240602 or 6720974. OLE color: 6720974.

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

Color convert

RGB206141102-
CMYK00.320.500.19
HSL22.5º51.49%60.39%-
HSV(B)22.5º50.49%80.78%-
XYZ37.3833.1317-
YUV155.9997.53163.67-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 45.88%
GREEN value IS 141 (55.47% from 255) = 31.40%
BLUE value IS 102 (40.23% from 255) = 22.72%
R=45.88%
G=31.40%
B=22.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.50
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20614110200.320.500.1922.551.4960.39
HexCE8D66020321317333c
Octal3162151460406223276374
Binary1100111010001101110011001000001100101001110111110011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE8D66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE8D66; }

 p { color: rgb(206,141,102); }

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

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

 a { background-color: rgb(206,141,102); }

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

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

 span { border-color: rgb(206,141,102); }

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