#CE8655

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

Shades of Whiskey Sour #CE8655

Tints of Whiskey Sour #CE8655

Color information

#CE8655 (or 0xCE8655) is unknown color: approx Whiskey Sour. HEX triplet: CE, 86 and 55. RGB value is (206,134,85). Sum of RGB (Red+Green+Blue) = 206+134+85=425 (56% of max value = 765). Red value is 206 (80.86% from 255 or 48.47% from 425); Green value is 134 (52.73% from 255 or 31.53% from 425); Blue value is 85 (33.59% from 255 or 20% from 425); Max value from RGB is 206 - color contains mainly: red. Hex color #CE8655 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CE8655 is #3179AA. Grayscale: #969696. Windows color (decimal): -3242411 or 5605070. OLE color: 5605070.

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

Color convert

RGB20613485-
CMYK00.350.590.19
HSL24.3º55.25%57.06%-
HSV(B)24.3º58.74%80.78%-
XYZ35.6230.8312.67-
YUV149.9491.35167.98-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 48.47%
GREEN value IS 134 (52.73% from 255) = 31.53%
BLUE value IS 85 (33.59% from 255) = 20%
R=48.47%
G=31.53%
B=20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.59
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2061348500.350.590.1924.355.2557.06
HexCE86550233B13183739
Octal3162061250437323306771
Binary1100111010000110101010101000111110111001111000110111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE8655

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE8655; }

 p { color: rgb(206,134,85); }

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

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

 a { background-color: rgb(206,134,85); }

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

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

 span { border-color: rgb(206,134,85); }

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