#CE8E52

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

Shades of Whiskey Sour #CE8E52

Tints of Whiskey Sour #CE8E52

Color information

#CE8E52 (or 0xCE8E52) is unknown color: approx Whiskey Sour. HEX triplet: CE, 8E and 52. RGB value is (206,142,82). Sum of RGB (Red+Green+Blue) = 206+142+82=430 (56% of max value = 765). Red value is 206 (80.86% from 255 or 47.91% from 430); Green value is 142 (55.86% from 255 or 33.02% from 430); Blue value is 82 (32.42% from 255 or 19.07% from 430); Max value from RGB is 206 - color contains mainly: red. Hex color #CE8E52 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CE8E52 is #3171AD. Grayscale: #9A9A9A. Windows color (decimal): -3240366 or 5410510. OLE color: 5410510.

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

Color convert

RGB20614282-
CMYK00.310.600.19
HSL29.03º55.86%56.47%-
HSV(B)29.03º60.19%80.78%-
XYZ36.6533.0812.44-
YUV154.387.2164.88-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 47.91%
GREEN value IS 142 (55.86% from 255) = 33.02%
BLUE value IS 82 (32.42% from 255) = 19.07%
R=47.91%
G=33.02%
B=19.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.60
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2061428200.310.600.1929.0355.8656.47
HexCE8E5201F3C131d3838
Octal3162161220377423357070
Binary110011101000111010100100111111111001001111101111000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE8E52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE8E52; }

 p { color: rgb(206,142,82); }

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

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

 a { background-color: rgb(206,142,82); }

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

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

 span { border-color: rgb(206,142,82); }

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