#CE985C

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

Shades of Whiskey Sour #CE985C

Tints of Whiskey Sour #CE985C

Color information

#CE985C (or 0xCE985C) is unknown color: approx Whiskey Sour. HEX triplet: CE, 98 and 5C. RGB value is (206,152,92). Sum of RGB (Red+Green+Blue) = 206+152+92=450 (59% of max value = 765). Red value is 206 (80.86% from 255 or 45.78% from 450); Green value is 152 (59.77% from 255 or 33.78% from 450); Blue value is 92 (36.33% from 255 or 20.44% from 450); Max value from RGB is 206 - color contains mainly: red. Hex color #CE985C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CE985C is #3167A3. Grayscale: #A1A1A1. Windows color (decimal): -3237796 or 6068430. OLE color: 6068430.

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

Color convert

RGB20615292-
CMYK00.260.550.19
HSL31.58º53.77%58.43%-
HSV(B)31.58º55.34%80.78%-
XYZ38.6136.3515.11-
YUV161.3188.89159.88-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 45.78%
GREEN value IS 152 (59.77% from 255) = 33.78%
BLUE value IS 92 (36.33% from 255) = 20.44%
R=45.78%
G=33.78%
B=20.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.55
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2061529200.260.550.1931.5853.7758.43
HexCE985C01A371320363a
Octal3162301340326723406672
Binary1100111010011000101110001101011011110011100000110110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE985C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE985C; }

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

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

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

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

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

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

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

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