#CD8D55

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

Shades of Whiskey Sour #CD8D55

Tints of Whiskey Sour #CD8D55

Color information

#CD8D55 (or 0xCD8D55) is unknown color: approx Whiskey Sour. HEX triplet: CD, 8D and 55. RGB value is (205,141,85). Sum of RGB (Red+Green+Blue) = 205+141+85=431 (57% of max value = 765). Red value is 205 (80.47% from 255 or 47.56% from 431); Green value is 141 (55.47% from 255 or 32.71% from 431); Blue value is 85 (33.59% from 255 or 19.72% from 431); Max value from RGB is 205 - color contains mainly: red. Hex color #CD8D55 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CD8D55 is #3272AA. Grayscale: #9A9A9A. Windows color (decimal): -3306155 or 5606861. OLE color: 5606861.

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

Color convert

RGB20514185-
CMYK00.310.590.20
HSL28º54.55%56.86%-
HSV(B)28º58.54%80.39%-
XYZ36.3432.6812.99-
YUV153.7589.2164.55-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 47.56%
GREEN value IS 141 (55.47% from 255) = 32.71%
BLUE value IS 85 (33.59% from 255) = 19.72%
R=47.56%
G=32.71%
B=19.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.59
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2051418500.310.590.202854.5556.86
HexCD8D5501F3B141c3739
Octal3152151250377324346771
Binary110011011000110110101010111111110111010011100110111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD8D55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD8D55; }

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

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

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

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

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

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

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

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