#CE9864

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

Shades of Whiskey #CE9864

Tints of Whiskey #CE9864

Color information

#CE9864 (or 0xCE9864) is unknown color: approx Whiskey. HEX triplet: CE, 98 and 64. RGB value is (206,152,100). Sum of RGB (Red+Green+Blue) = 206+152+100=458 (60% of max value = 765). Red value is 206 (80.86% from 255 or 44.98% from 458); Green value is 152 (59.77% from 255 or 33.19% from 458); Blue value is 100 (39.45% from 255 or 21.83% from 458); Max value from RGB is 206 - color contains mainly: red. Hex color #CE9864 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CE9864 is #31679B. Grayscale: #A2A2A2. Windows color (decimal): -3237788 or 6592718. OLE color: 6592718.

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

Color convert

RGB206152100-
CMYK00.260.510.19
HSL29.43º51.96%60%-
HSV(B)29.43º51.46%80.78%-
XYZ38.9836.517.05-
YUV162.2292.89159.23-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 44.98%
GREEN value IS 152 (59.77% from 255) = 33.19%
BLUE value IS 100 (39.45% from 255) = 21.83%
R=44.98%
G=33.19%
B=21.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.51
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20615210000.260.510.1929.4351.9660
HexCE986401A33131d343c
Octal3162301440326323356474
Binary110011101001100011001000110101100111001111101110100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE9864

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE9864; }

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

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

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

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

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

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

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

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