#CB8E59

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

Shades of Whiskey Sour #CB8E59

Tints of Whiskey Sour #CB8E59

Color information

#CB8E59 (or 0xCB8E59) is unknown color: approx Whiskey Sour. HEX triplet: CB, 8E and 59. RGB value is (203,142,89). Sum of RGB (Red+Green+Blue) = 203+142+89=434 (57% of max value = 765). Red value is 203 (79.69% from 255 or 46.77% from 434); Green value is 142 (55.86% from 255 or 32.72% from 434); Blue value is 89 (35.16% from 255 or 20.51% from 434); Max value from RGB is 203 - color contains mainly: red. Hex color #CB8E59 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CB8E59 is #3471A6. Grayscale: #9A9A9A. Windows color (decimal): -3436967 or 5869259. OLE color: 5869259.

HSL color Cylindrical-coordinate representation of color #CB8E59: hue angle of 27.89º degrees, saturation: 0.52, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #CB8E59 is Cyan = 0, Magento = 0.30, Yellow = 0.56 and Black (K on CMYK) = 0.20.

Color convert

RGB20314289-
CMYK00.300.560.20
HSL27.89º52.29%57.25%-
HSV(B)27.89º56.16%79.61%-
XYZ36.132.7613.87-
YUV154.291.21162.81-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 46.77%
GREEN value IS 142 (55.86% from 255) = 32.72%
BLUE value IS 89 (35.16% from 255) = 20.51%
R=46.77%
G=32.72%
B=20.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.56
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2031428900.300.560.2027.8952.2957.25
HexCB8E5901E38141c3439
Octal3132161310367024346471
Binary110010111000111010110010111101110001010011100110100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB8E59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB8E59; }

 p { color: rgb(203,142,89); }

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

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

 a { background-color: rgb(203,142,89); }

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

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

 span { border-color: rgb(203,142,89); }

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