#CE8F64

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

Shades of Whiskey #CE8F64

Tints of Whiskey #CE8F64

Color information

#CE8F64 (or 0xCE8F64) is unknown color: approx Whiskey. HEX triplet: CE, 8F and 64. RGB value is (206,143,100). Sum of RGB (Red+Green+Blue) = 206+143+100=449 (59% of max value = 765). Red value is 206 (80.86% from 255 or 45.88% from 449); Green value is 143 (56.25% from 255 or 31.85% from 449); Blue value is 100 (39.45% from 255 or 22.27% from 449); Max value from RGB is 206 - color contains mainly: red. Hex color #CE8F64 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CE8F64 is #31709B. Grayscale: #9D9D9D. Windows color (decimal): -3240092 or 6590414. OLE color: 6590414.

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

Color convert

RGB206143100-
CMYK00.310.510.19
HSL24.34º51.96%60%-
HSV(B)24.34º51.46%80.78%-
XYZ37.5833.6916.58-
YUV156.9395.87163-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 45.88%
GREEN value IS 143 (56.25% from 255) = 31.85%
BLUE value IS 100 (39.45% from 255) = 22.27%
R=45.88%
G=31.85%
B=22.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.51
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20614310000.310.510.1924.3451.9660
HexCE8F6401F331318343c
Octal3162171440376323306474
Binary110011101000111111001000111111100111001111000110100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE8F64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE8F64; }

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

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

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

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

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

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

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

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