#CE8F5B

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

Shades of Whiskey Sour #CE8F5B

Tints of Whiskey Sour #CE8F5B

Color information

#CE8F5B (or 0xCE8F5B) is unknown color: approx Whiskey Sour. HEX triplet: CE, 8F and 5B. RGB value is (206,143,91). Sum of RGB (Red+Green+Blue) = 206+143+91=440 (58% of max value = 765). Red value is 206 (80.86% from 255 or 46.82% from 440); Green value is 143 (56.25% from 255 or 32.5% from 440); Blue value is 91 (35.94% from 255 or 20.68% from 440); Max value from RGB is 206 - color contains mainly: red. Hex color #CE8F5B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CE8F5B is #3170A4. Grayscale: #9C9C9C. Windows color (decimal): -3240101 or 6000590. OLE color: 6000590.

HSL color Cylindrical-coordinate representation of color #CE8F5B: hue angle of 27.13º 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 #CE8F5B is Cyan = 0, Magento = 0.31, Yellow = 0.56 and Black (K on CMYK) = 0.19.

Color convert

RGB20614391-
CMYK00.310.560.19
HSL27.13º53.99%58.24%-
HSV(B)27.13º55.83%80.78%-
XYZ37.1633.5214.41-
YUV155.9191.37163.73-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 46.82%
GREEN value IS 143 (56.25% from 255) = 32.5%
BLUE value IS 91 (35.94% from 255) = 20.68%
R=46.82%
G=32.5%
B=20.68%

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
Decimal2061439100.310.560.1927.1353.9958.24
HexCE8F5B01F38131b363a
Octal3162171330377023336672
Binary110011101000111110110110111111110001001111011110110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE8F5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE8F5B; }

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

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

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

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

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

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

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

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