#CE8E5A

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

Shades of Whiskey Sour #CE8E5A

Tints of Whiskey Sour #CE8E5A

Color information

#CE8E5A (or 0xCE8E5A) is unknown color: approx Whiskey Sour. HEX triplet: CE, 8E and 5A. RGB value is (206,142,90). Sum of RGB (Red+Green+Blue) = 206+142+90=438 (58% of max value = 765). Red value is 206 (80.86% from 255 or 47.03% from 438); Green value is 142 (55.86% from 255 or 32.42% from 438); Blue value is 90 (35.55% from 255 or 20.55% from 438); Max value from RGB is 206 - color contains mainly: red. Hex color #CE8E5A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CE8E5A is #3171A5. Grayscale: #9B9B9B. Windows color (decimal): -3240358 or 5934798. OLE color: 5934798.

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

Color convert

RGB20614290-
CMYK00.310.560.19
HSL26.9º54.21%58.04%-
HSV(B)26.9º56.31%80.78%-
XYZ36.9733.2114.13-
YUV155.2191.2164.23-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 47.03%
GREEN value IS 142 (55.86% from 255) = 32.42%
BLUE value IS 90 (35.55% from 255) = 20.55%
R=47.03%
G=32.42%
B=20.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.56
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2061429000.310.560.1926.954.2158.04
HexCE8E5A01F38131b363a
Octal3162161320377023336672
Binary110011101000111010110100111111110001001111011110110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE8E5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE8E5A; }

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

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

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

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

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

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

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

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