#CE8F5E

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

Shades of Whiskey #CE8F5E

Tints of Whiskey #CE8F5E

Color information

#CE8F5E (or 0xCE8F5E) is unknown color: approx Whiskey. HEX triplet: CE, 8F and 5E. RGB value is (206,143,94). Sum of RGB (Red+Green+Blue) = 206+143+94=443 (58% of max value = 765). Red value is 206 (80.86% from 255 or 46.50% from 443); Green value is 143 (56.25% from 255 or 32.28% from 443); Blue value is 94 (37.11% from 255 or 21.22% from 443); Max value from RGB is 206 - color contains mainly: red. Hex color #CE8F5E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CE8F5E is #3170A1. Grayscale: #9C9C9C. Windows color (decimal): -3240098 or 6197198. OLE color: 6197198.

HSL color Cylindrical-coordinate representation of color #CE8F5E: hue angle of 26.25º degrees, saturation: 0.53, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #CE8F5E is Cyan = 0, Magento = 0.31, Yellow = 0.54 and Black (K on CMYK) = 0.19.

Color convert

RGB20614394-
CMYK00.310.540.19
HSL26.25º53.33%58.82%-
HSV(B)26.25º54.37%80.78%-
XYZ37.333.5715.1-
YUV156.2592.87163.48-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 46.50%
GREEN value IS 143 (56.25% from 255) = 32.28%
BLUE value IS 94 (37.11% from 255) = 21.22%
R=46.50%
G=32.28%
B=21.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.54
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2061439400.310.540.1926.2553.3358.82
HexCE8F5E01F36131a353b
Octal3162171360376623326573
Binary110011101000111110111100111111101101001111010110101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE8F5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE8F5E; }

 p { color: rgb(206,143,94); }

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

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

 a { background-color: rgb(206,143,94); }

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

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

 span { border-color: rgb(206,143,94); }

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