#cd8f5b

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

Shades of Whiskey Sour #CD8F5B

Tints of Whiskey Sour #CD8F5B

Color information

#CD8F5B (or 0xCD8F5B) is unknown color: approx Whiskey Sour. HEX triplet: CD, 8F and 5B. RGB value is (205,143,91). Sum of RGB (Red+Green+Blue) = 205+143+91=439 (58% of max value = 765). Red value is 205 (80.47% from 255 or 46.70% from 439); Green value is 143 (56.25% from 255 or 32.57% from 439); Blue value is 91 (35.94% from 255 or 20.73% from 439); Max value from RGB is 205 - color contains mainly: red. Hex color #CD8F5B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CD8F5B is #3270A4. Grayscale: #9B9B9B. Windows color (decimal): -3305637 or 6000589. OLE color: 6000589.

HSL color Cylindrical-coordinate representation of color #CD8F5B: hue angle of 27.37º 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 #CD8F5B is Cyan = 0, Magento = 0.30, Yellow = 0.56 and Black (K on CMYK) = 0.20.

Color convert

RGB20514391-
CMYK00.300.560.20
HSL27.37º53.27%58.04%-
HSV(B)27.37º55.61%80.39%-
XYZ36.8933.3814.4-
YUV155.6191.54163.23-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 46.70%
GREEN value IS 143 (56.25% from 255) = 32.57%
BLUE value IS 91 (35.94% from 255) = 20.73%
R=46.70%
G=32.57%
B=20.73%

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
Decimal2051439100.300.560.2027.3753.2758.04
HexCD8F5B01E38141b353a
Octal3152171330367024336572
Binary110011011000111110110110111101110001010011011110101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #cd8f5b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #cd8f5b; }

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

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

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

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

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

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

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

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