#CE9B5B

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

Shades of Whiskey Sour #CE9B5B

Tints of Whiskey Sour #CE9B5B

Color information

#CE9B5B (or 0xCE9B5B) is unknown color: approx Whiskey Sour. HEX triplet: CE, 9B and 5B. RGB value is (206,155,91). Sum of RGB (Red+Green+Blue) = 206+155+91=452 (59% of max value = 765). Red value is 206 (80.86% from 255 or 45.58% from 452); Green value is 155 (60.94% from 255 or 34.29% from 452); Blue value is 91 (35.94% from 255 or 20.13% from 452); Max value from RGB is 206 - color contains mainly: red. Hex color #CE9B5B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CE9B5B is #3164A4. Grayscale: #A3A3A3. Windows color (decimal): -3237029 or 6003662. OLE color: 6003662.

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

Color convert

RGB20615591-
CMYK00.250.560.19
HSL33.39º53.99%58.24%-
HSV(B)33.39º55.83%80.78%-
XYZ39.0637.3215.04-
YUV162.9587.4158.7-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 45.58%
GREEN value IS 155 (60.94% from 255) = 34.29%
BLUE value IS 91 (35.94% from 255) = 20.13%
R=45.58%
G=34.29%
B=20.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.56
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2061559100.250.560.1933.3953.9958.24
HexCE9B5B019381321363a
Octal3162331330317023416672
Binary1100111010011011101101101100111100010011100001110110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE9B5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE9B5B; }

 p { color: rgb(206,155,91); }

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

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

 a { background-color: rgb(206,155,91); }

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

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

 span { border-color: rgb(206,155,91); }

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