#CD8955

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

Shades of Whiskey Sour #CD8955

Tints of Whiskey Sour #CD8955

Color information

#CD8955 (or 0xCD8955) is unknown color: approx Whiskey Sour. HEX triplet: CD, 89 and 55. RGB value is (205,137,85). Sum of RGB (Red+Green+Blue) = 205+137+85=427 (56% of max value = 765). Red value is 205 (80.47% from 255 or 48.01% from 427); Green value is 137 (53.91% from 255 or 32.08% from 427); Blue value is 85 (33.59% from 255 or 19.91% from 427); Max value from RGB is 205 - color contains mainly: red. Hex color #CD8955 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CD8955 is #3276AA. Grayscale: #979797. Windows color (decimal): -3307179 or 5605837. OLE color: 5605837.

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

Color convert

RGB20513785-
CMYK00.330.590.20
HSL26º54.55%56.86%-
HSV(B)26º58.54%80.39%-
XYZ35.7631.5312.79-
YUV151.490.53166.23-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 48.01%
GREEN value IS 137 (53.91% from 255) = 32.08%
BLUE value IS 85 (33.59% from 255) = 19.91%
R=48.01%
G=32.08%
B=19.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.59
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2051378500.330.590.202654.5556.86
HexCD89550213B141a3739
Octal3152111250417324326771
Binary1100110110001001101010101000011110111010011010110111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD8955

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD8955; }

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

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

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

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

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

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

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

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