#CD8D5C

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

Shades of Whiskey Sour #CD8D5C

Tints of Whiskey Sour #CD8D5C

Color information

#CD8D5C (or 0xCD8D5C) is unknown color: approx Whiskey Sour. HEX triplet: CD, 8D and 5C. RGB value is (205,141,92). Sum of RGB (Red+Green+Blue) = 205+141+92=438 (58% of max value = 765). Red value is 205 (80.47% from 255 or 46.80% from 438); Green value is 141 (55.47% from 255 or 32.19% from 438); Blue value is 92 (36.33% from 255 or 21.00% from 438); Max value from RGB is 205 - color contains mainly: red. Hex color #CD8D5C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CD8D5C is #3272A3. Grayscale: #9A9A9A. Windows color (decimal): -3306148 or 6065613. OLE color: 6065613.

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

Color convert

RGB20514192-
CMYK00.310.550.20
HSL26.02º53.05%58.24%-
HSV(B)26.02º55.12%80.39%-
XYZ36.6332.814.53-
YUV154.5592.7163.98-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 46.80%
GREEN value IS 141 (55.47% from 255) = 32.19%
BLUE value IS 92 (36.33% from 255) = 21.00%
R=46.80%
G=32.19%
B=21.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.55
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2051419200.310.550.2026.0253.0558.24
HexCD8D5C01F37141a353a
Octal3152151340376724326572
Binary110011011000110110111000111111101111010011010110101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD8D5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD8D5C; }

 p { color: rgb(205,141,92); }

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

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

 a { background-color: rgb(205,141,92); }

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

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

 span { border-color: rgb(205,141,92); }

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