#CE8B56

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

Shades of Whiskey Sour #CE8B56

Tints of Whiskey Sour #CE8B56

Color information

#CE8B56 (or 0xCE8B56) is unknown color: approx Whiskey Sour. HEX triplet: CE, 8B and 56. RGB value is (206,139,86). Sum of RGB (Red+Green+Blue) = 206+139+86=431 (57% of max value = 765). Red value is 206 (80.86% from 255 or 47.80% from 431); Green value is 139 (54.69% from 255 or 32.25% from 431); Blue value is 86 (33.98% from 255 or 19.95% from 431); Max value from RGB is 206 - color contains mainly: red. Hex color #CE8B56 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CE8B56 is #3174A9. Grayscale: #999999. Windows color (decimal): -3241130 or 5671886. OLE color: 5671886.

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

Color convert

RGB20613986-
CMYK00.330.580.19
HSL26.5º55.05%57.25%-
HSV(B)26.5º58.25%80.78%-
XYZ36.3732.2613.11-
YUV152.9990.2165.81-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 47.80%
GREEN value IS 139 (54.69% from 255) = 32.25%
BLUE value IS 86 (33.98% from 255) = 19.95%
R=47.80%
G=32.25%
B=19.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.58
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2061398600.330.580.1926.555.0557.25
HexCE8B560213A131b3739
Octal3162131260417223336771
Binary1100111010001011101011001000011110101001111011110111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE8B56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE8B56; }

 p { color: rgb(206,139,86); }

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

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

 a { background-color: rgb(206,139,86); }

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

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

 span { border-color: rgb(206,139,86); }

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