#CE9A64

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

Shades of Whiskey #CE9A64

Tints of Whiskey #CE9A64

Color information

#CE9A64 (or 0xCE9A64) is unknown color: approx Whiskey. HEX triplet: CE, 9A and 64. RGB value is (206,154,100). Sum of RGB (Red+Green+Blue) = 206+154+100=460 (60% of max value = 765). Red value is 206 (80.86% from 255 or 44.78% from 460); Green value is 154 (60.55% from 255 or 33.48% from 460); Blue value is 100 (39.45% from 255 or 21.74% from 460); Max value from RGB is 206 - color contains mainly: red. Hex color #CE9A64 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CE9A64 is #31659B. Grayscale: #A3A3A3. Windows color (decimal): -3237276 or 6593230. OLE color: 6593230.

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

Color convert

RGB206154100-
CMYK00.250.510.19
HSL30.57º51.96%60%-
HSV(B)30.57º51.46%80.78%-
XYZ39.3137.1517.16-
YUV163.3992.23158.39-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 44.78%
GREEN value IS 154 (60.55% from 255) = 33.48%
BLUE value IS 100 (39.45% from 255) = 21.74%
R=44.78%
G=33.48%
B=21.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.51
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20615410000.250.510.1930.5751.9660
HexCE9A6401933131f343c
Octal3162321440316323376474
Binary110011101001101011001000110011100111001111111110100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE9A64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE9A64; }

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

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

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

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

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

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

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

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