#CE9858

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

Shades of Whiskey Sour #CE9858

Tints of Whiskey Sour #CE9858

Color information

#CE9858 (or 0xCE9858) is unknown color: approx Whiskey Sour. HEX triplet: CE, 98 and 58. RGB value is (206,152,88). Sum of RGB (Red+Green+Blue) = 206+152+88=446 (59% of max value = 765). Red value is 206 (80.86% from 255 or 46.19% from 446); Green value is 152 (59.77% from 255 or 34.08% from 446); Blue value is 88 (34.77% from 255 or 19.73% from 446); Max value from RGB is 206 - color contains mainly: red. Hex color #CE9858 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CE9858 is #3167A7. Grayscale: #A1A1A1. Windows color (decimal): -3237800 or 5806286. OLE color: 5806286.

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

Color convert

RGB20615288-
CMYK00.260.570.19
HSL32.54º54.63%57.65%-
HSV(B)32.54º57.28%80.78%-
XYZ38.4436.2814.21-
YUV160.8586.89160.2-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 46.19%
GREEN value IS 152 (59.77% from 255) = 34.08%
BLUE value IS 88 (34.77% from 255) = 19.73%
R=46.19%
G=34.08%
B=19.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.57
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2061528800.260.570.1932.5454.6357.65
HexCE985801A391321373a
Octal3162301300327123416772
Binary1100111010011000101100001101011100110011100001110111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE9858

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE9858; }

 p { color: rgb(206,152,88); }

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

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

 a { background-color: rgb(206,152,88); }

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

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

 span { border-color: rgb(206,152,88); }

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