#CE8D5C

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

Shades of Whiskey Sour #CE8D5C

Tints of Whiskey Sour #CE8D5C

Color information

#CE8D5C (or 0xCE8D5C) is unknown color: approx Whiskey Sour. HEX triplet: CE, 8D and 5C. RGB value is (206,141,92). Sum of RGB (Red+Green+Blue) = 206+141+92=439 (58% of max value = 765). Red value is 206 (80.86% from 255 or 46.92% from 439); Green value is 141 (55.47% from 255 or 32.12% from 439); Blue value is 92 (36.33% from 255 or 20.96% from 439); Max value from RGB is 206 - color contains mainly: red. Hex color #CE8D5C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CE8D5C is #3172A3. Grayscale: #9B9B9B. Windows color (decimal): -3240612 or 6065614. OLE color: 6065614.

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

Color convert

RGB20614192-
CMYK00.320.550.19
HSL25.79º53.77%58.43%-
HSV(B)25.79º55.34%80.78%-
XYZ36.9132.9414.54-
YUV154.8592.53164.48-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 46.92%
GREEN value IS 141 (55.47% from 255) = 32.12%
BLUE value IS 92 (36.33% from 255) = 20.96%
R=46.92%
G=32.12%
B=20.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.55
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2061419200.320.550.1925.7953.7758.43
HexCE8D5C02037131a363a
Octal3162151340406723326672
Binary1100111010001101101110001000001101111001111010110110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE8D5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE8D5C; }

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

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

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

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

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

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

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

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