#CD8E5B

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

Shades of Whiskey Sour #CD8E5B

Tints of Whiskey Sour #CD8E5B

Color information

#CD8E5B (or 0xCD8E5B) is unknown color: approx Whiskey Sour. HEX triplet: CD, 8E and 5B. RGB value is (205,142,91). Sum of RGB (Red+Green+Blue) = 205+142+91=438 (58% of max value = 765). Red value is 205 (80.47% from 255 or 46.80% from 438); Green value is 142 (55.86% from 255 or 32.42% from 438); Blue value is 91 (35.94% from 255 or 20.78% from 438); Max value from RGB is 205 - color contains mainly: red. Hex color #CD8E5B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CD8E5B is #3271A4. Grayscale: #9B9B9B. Windows color (decimal): -3305893 or 6000333. OLE color: 6000333.

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

Color convert

RGB20514291-
CMYK00.310.560.20
HSL26.84º53.27%58.04%-
HSV(B)26.84º55.61%80.39%-
XYZ36.7433.0814.35-
YUV155.0291.87163.65-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 46.80%
GREEN value IS 142 (55.86% from 255) = 32.42%
BLUE value IS 91 (35.94% from 255) = 20.78%
R=46.80%
G=32.42%
B=20.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.56
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2051429100.310.560.2026.8453.2758.04
HexCD8E5B01F38141b353a
Octal3152161330377024336572
Binary110011011000111010110110111111110001010011011110101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD8E5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD8E5B; }

 p { color: rgb(205,142,91); }

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

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

 a { background-color: rgb(205,142,91); }

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

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

 span { border-color: rgb(205,142,91); }

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