#CE9460

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

Shades of Whiskey Sour #CE9460

Tints of Whiskey Sour #CE9460

Color information

#CE9460 (or 0xCE9460) is unknown color: approx Whiskey Sour. HEX triplet: CE, 94 and 60. RGB value is (206,148,96). Sum of RGB (Red+Green+Blue) = 206+148+96=450 (59% of max value = 765). Red value is 206 (80.86% from 255 or 45.78% from 450); Green value is 148 (58.20% from 255 or 32.89% from 450); Blue value is 96 (37.89% from 255 or 21.33% from 450); Max value from RGB is 206 - color contains mainly: red. Hex color #CE9460 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CE9460 is #316B9F. Grayscale: #9F9F9F. Windows color (decimal): -3238816 or 6329550. OLE color: 6329550.

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

Color convert

RGB20614896-
CMYK00.280.530.19
HSL28.36º52.88%59.22%-
HSV(B)28.36º53.4%80.78%-
XYZ38.1535.1515.84-
YUV159.4192.22161.23-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 45.78%
GREEN value IS 148 (58.20% from 255) = 32.89%
BLUE value IS 96 (37.89% from 255) = 21.33%
R=45.78%
G=32.89%
B=21.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.53
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2061489600.280.530.1928.3652.8859.22
HexCE946001C35131c353b
Octal3162241400346523346573
Binary110011101001010011000000111001101011001111100110101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE9460

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE9460; }

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

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

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

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

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

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

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

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