#CE8D50

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

Shades of Whiskey Sour #CE8D50

Tints of Whiskey Sour #CE8D50

Color information

#CE8D50 (or 0xCE8D50) is unknown color: approx Whiskey Sour. HEX triplet: CE, 8D and 50. RGB value is (206,141,80). Sum of RGB (Red+Green+Blue) = 206+141+80=427 (56% of max value = 765). Red value is 206 (80.86% from 255 or 48.24% from 427); Green value is 141 (55.47% from 255 or 33.02% from 427); Blue value is 80 (31.64% from 255 or 18.74% from 427); Max value from RGB is 206 - color contains mainly: red. Hex color #CE8D50 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CE8D50 is #3172AF. Grayscale: #999999. Windows color (decimal): -3240624 or 5279182. OLE color: 5279182.

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

Color convert

RGB20614180-
CMYK00.320.610.19
HSL29.05º56.25%56.08%-
HSV(B)29.05º61.17%80.78%-
XYZ36.4332.7511.99-
YUV153.4886.53165.46-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 48.24%
GREEN value IS 141 (55.47% from 255) = 33.02%
BLUE value IS 80 (31.64% from 255) = 18.74%
R=48.24%
G=33.02%
B=18.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.61
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2061418000.320.610.1929.0556.2556.08
HexCE8D500203D131d3838
Octal3162151200407523357070
Binary1100111010001101101000001000001111011001111101111000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE8D50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE8D50; }

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

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

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

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

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

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

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

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