#CE9A60

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

Shades of Whiskey Sour #CE9A60

Tints of Whiskey Sour #CE9A60

Color information

#CE9A60 (or 0xCE9A60) is unknown color: approx Whiskey Sour. HEX triplet: CE, 9A and 60. RGB value is (206,154,96). Sum of RGB (Red+Green+Blue) = 206+154+96=456 (60% of max value = 765). Red value is 206 (80.86% from 255 or 45.18% from 456); Green value is 154 (60.55% from 255 or 33.77% from 456); Blue value is 96 (37.89% from 255 or 21.05% from 456); Max value from RGB is 206 - color contains mainly: red. Hex color #CE9A60 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CE9A60 is #31659F. Grayscale: #A3A3A3. Windows color (decimal): -3237280 or 6331086. OLE color: 6331086.

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

Color convert

RGB20615496-
CMYK00.250.530.19
HSL31.64º52.88%59.22%-
HSV(B)31.64º53.4%80.78%-
XYZ39.1237.0816.16-
YUV162.9490.23158.72-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 45.18%
GREEN value IS 154 (60.55% from 255) = 33.77%
BLUE value IS 96 (37.89% from 255) = 21.05%
R=45.18%
G=33.77%
B=21.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.53
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2061549600.250.530.1931.6452.8859.22
HexCE9A60019351320353b
Octal3162321400316523406573
Binary1100111010011010110000001100111010110011100000110101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE9A60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE9A60; }

 p { color: rgb(206,154,96); }

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

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

 a { background-color: rgb(206,154,96); }

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

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

 span { border-color: rgb(206,154,96); }

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