#CE9160

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

Shades of Whiskey #CE9160

Tints of Whiskey #CE9160

Color information

#CE9160 (or 0xCE9160) is unknown color: approx Whiskey. HEX triplet: CE, 91 and 60. RGB value is (206,145,96). Sum of RGB (Red+Green+Blue) = 206+145+96=447 (59% of max value = 765). Red value is 206 (80.86% from 255 or 46.09% from 447); Green value is 145 (57.03% from 255 or 32.44% from 447); Blue value is 96 (37.89% from 255 or 21.48% from 447); Max value from RGB is 206 - color contains mainly: red. Hex color #CE9160 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CE9160 is #316E9F. Grayscale: #9D9D9D. Windows color (decimal): -3239584 or 6328782. OLE color: 6328782.

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

Color convert

RGB20614596-
CMYK00.300.530.19
HSL26.73º52.88%59.22%-
HSV(B)26.73º53.4%80.78%-
XYZ37.6934.2215.68-
YUV157.6593.21162.48-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 46.09%
GREEN value IS 145 (57.03% from 255) = 32.44%
BLUE value IS 96 (37.89% from 255) = 21.48%
R=46.09%
G=32.44%
B=21.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.53
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2061459600.300.530.1926.7352.8859.22
HexCE916001E35131b353b
Octal3162211400366523336573
Binary110011101001000111000000111101101011001111011110101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE9160

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE9160; }

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

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

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

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

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

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

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

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