#CE9367

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

Shades of Whiskey #CE9367

Tints of Whiskey #CE9367

Color information

#CE9367 (or 0xCE9367) is unknown color: approx Whiskey. HEX triplet: CE, 93 and 67. RGB value is (206,147,103). Sum of RGB (Red+Green+Blue) = 206+147+103=456 (60% of max value = 765). Red value is 206 (80.86% from 255 or 45.18% from 456); Green value is 147 (57.81% from 255 or 32.24% from 456); Blue value is 103 (40.62% from 255 or 22.59% from 456); Max value from RGB is 206 - color contains mainly: red. Hex color #CE9367 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CE9367 is #316C98. Grayscale: #9F9F9F. Windows color (decimal): -3239065 or 6788046. OLE color: 6788046.

HSL color Cylindrical-coordinate representation of color #CE9367: hue angle of 25.63º degrees, saturation: 0.51, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CE9367 is Cyan = 0, Magento = 0.29, Yellow = 0.50 and Black (K on CMYK) = 0.19.

Color convert

RGB206147103-
CMYK00.290.500.19
HSL25.63º51.24%60.59%-
HSV(B)25.63º50%80.78%-
XYZ38.3434.9717.56-
YUV159.6296.05161.08-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 45.18%
GREEN value IS 147 (57.81% from 255) = 32.24%
BLUE value IS 103 (40.62% from 255) = 22.59%
R=45.18%
G=32.24%
B=22.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.50
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20614710300.290.500.1925.6351.2460.59
HexCE936701D32131a333d
Octal3162231470356223326375
Binary110011101001001111001110111011100101001111010110011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE9367

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE9367; }

 p { color: rgb(206,147,103); }

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

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

 a { background-color: rgb(206,147,103); }

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

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

 span { border-color: rgb(206,147,103); }

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