#CE9163

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

Shades of Whiskey #CE9163

Tints of Whiskey #CE9163

Color information

#CE9163 (or 0xCE9163) is unknown color: approx Whiskey. HEX triplet: CE, 91 and 63. RGB value is (206,145,99). Sum of RGB (Red+Green+Blue) = 206+145+99=450 (59% of max value = 765). Red value is 206 (80.86% from 255 or 45.78% from 450); Green value is 145 (57.03% from 255 or 32.22% from 450); Blue value is 99 (39.06% from 255 or 22% from 450); Max value from RGB is 206 - color contains mainly: red. Hex color #CE9163 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CE9163 is #316E9C. Grayscale: #9E9E9E. Windows color (decimal): -3239581 or 6525390. OLE color: 6525390.

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

Color convert

RGB20614599-
CMYK00.300.520.19
HSL25.79º52.2%59.8%-
HSV(B)25.79º51.94%80.78%-
XYZ37.8334.2716.43-
YUV15894.71162.24-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 45.78%
GREEN value IS 145 (57.03% from 255) = 32.22%
BLUE value IS 99 (39.06% from 255) = 22%
R=45.78%
G=32.22%
B=22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.52
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2061459900.300.520.1925.7952.259.8
HexCE916301E34131a343c
Octal3162211430366423326474
Binary110011101001000111000110111101101001001111010110100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE9163

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE9163; }

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

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

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

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

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

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

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

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