#CD8E55

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

Shades of Whiskey Sour #CD8E55

Tints of Whiskey Sour #CD8E55

Color information

#CD8E55 (or 0xCD8E55) is unknown color: approx Whiskey Sour. HEX triplet: CD, 8E and 55. RGB value is (205,142,85). Sum of RGB (Red+Green+Blue) = 205+142+85=432 (57% of max value = 765). Red value is 205 (80.47% from 255 or 47.45% from 432); Green value is 142 (55.86% from 255 or 32.87% from 432); Blue value is 85 (33.59% from 255 or 19.68% from 432); Max value from RGB is 205 - color contains mainly: red. Hex color #CD8E55 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CD8E55 is #3271AA. Grayscale: #9A9A9A. Windows color (decimal): -3305899 or 5607117. OLE color: 5607117.

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

Color convert

RGB20514285-
CMYK00.310.590.20
HSL28.5º54.55%56.86%-
HSV(B)28.5º58.54%80.39%-
XYZ36.4932.9813.04-
YUV154.3488.87164.13-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 47.45%
GREEN value IS 142 (55.86% from 255) = 32.87%
BLUE value IS 85 (33.59% from 255) = 19.68%
R=47.45%
G=32.87%
B=19.68%

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
Decimal2051428500.310.590.2028.554.5556.86
HexCD8E5501F3B141d3739
Octal3152161250377324356771
Binary110011011000111010101010111111110111010011101110111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD8E55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD8E55; }

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

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

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

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

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

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

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

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