#CD8954

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

Shades of Whiskey Sour #CD8954

Tints of Whiskey Sour #CD8954

Color information

#CD8954 (or 0xCD8954) is unknown color: approx Whiskey Sour. HEX triplet: CD, 89 and 54. RGB value is (205,137,84). Sum of RGB (Red+Green+Blue) = 205+137+84=426 (56% of max value = 765). Red value is 205 (80.47% from 255 or 48.12% from 426); Green value is 137 (53.91% from 255 or 32.16% from 426); Blue value is 84 (33.20% from 255 or 19.72% from 426); Max value from RGB is 205 - color contains mainly: red. Hex color #CD8954 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CD8954 is #3276AB. Grayscale: #979797. Windows color (decimal): -3307180 or 5540301. OLE color: 5540301.

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

Color convert

RGB20513784-
CMYK00.330.590.20
HSL26.28º54.75%56.67%-
HSV(B)26.28º59.02%80.39%-
XYZ35.7231.5112.59-
YUV151.2990.03166.31-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 48.12%
GREEN value IS 137 (53.91% from 255) = 32.16%
BLUE value IS 84 (33.20% from 255) = 19.72%
R=48.12%
G=32.16%
B=19.72%

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
Decimal2051378400.330.590.2026.2854.7556.67
HexCD89540213B141a3739
Octal3152111240417324326771
Binary1100110110001001101010001000011110111010011010110111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD8954

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD8954; }

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

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

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

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

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

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

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

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