#CE8D54

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

Shades of Whiskey Sour #CE8D54

Tints of Whiskey Sour #CE8D54

Color information

#CE8D54 (or 0xCE8D54) is unknown color: approx Whiskey Sour. HEX triplet: CE, 8D and 54. RGB value is (206,141,84). Sum of RGB (Red+Green+Blue) = 206+141+84=431 (57% of max value = 765). Red value is 206 (80.86% from 255 or 47.80% from 431); Green value is 141 (55.47% from 255 or 32.71% from 431); Blue value is 84 (33.20% from 255 or 19.49% from 431); Max value from RGB is 206 - color contains mainly: red. Hex color #CE8D54 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CE8D54 is #3172AB. Grayscale: #9A9A9A. Windows color (decimal): -3240620 or 5541326. OLE color: 5541326.

HSL color Cylindrical-coordinate representation of color #CE8D54: hue angle of 28.03º degrees, saturation: 0.55, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #CE8D54 is Cyan = 0, Magento = 0.32, Yellow = 0.59 and Black (K on CMYK) = 0.19.

Color convert

RGB20614184-
CMYK00.320.590.19
HSL28.03º55.45%56.86%-
HSV(B)28.03º59.22%80.78%-
XYZ36.5832.8112.79-
YUV153.9488.53165.13-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 47.80%
GREEN value IS 141 (55.47% from 255) = 32.71%
BLUE value IS 84 (33.20% from 255) = 19.49%
R=47.80%
G=32.71%
B=19.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.59
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2061418400.320.590.1928.0355.4556.86
HexCE8D540203B131c3739
Octal3162151240407323346771
Binary1100111010001101101010001000001110111001111100110111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE8D54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE8D54; }

 p { color: rgb(206,141,84); }

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

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

 a { background-color: rgb(206,141,84); }

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

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

 span { border-color: rgb(206,141,84); }

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