#CE9362

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

Shades of Whiskey #CE9362

Tints of Whiskey #CE9362

Color information

#CE9362 (or 0xCE9362) is unknown color: approx Whiskey. HEX triplet: CE, 93 and 62. RGB value is (206,147,98). Sum of RGB (Red+Green+Blue) = 206+147+98=451 (59% of max value = 765). Red value is 206 (80.86% from 255 or 45.68% from 451); Green value is 147 (57.81% from 255 or 32.59% from 451); Blue value is 98 (38.67% from 255 or 21.73% from 451); Max value from RGB is 206 - color contains mainly: red. Hex color #CE9362 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CE9362 is #316C9D. Grayscale: #9F9F9F. Windows color (decimal): -3239070 or 6460366. OLE color: 6460366.

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

Color convert

RGB20614798-
CMYK00.290.520.19
HSL27.22º52.43%59.61%-
HSV(B)27.22º52.43%80.78%-
XYZ38.0934.8716.28-
YUV159.0593.55161.48-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 45.68%
GREEN value IS 147 (57.81% from 255) = 32.59%
BLUE value IS 98 (38.67% from 255) = 21.73%
R=45.68%
G=32.59%
B=21.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.52
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2061479800.290.520.1927.2252.4359.61
HexCE936201D34131b343c
Octal3162231420356423336474
Binary110011101001001111000100111011101001001111011110100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE9362

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE9362; }

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

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

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

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

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

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

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

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