#CD8E56

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

Shades of Whiskey Sour #CD8E56

Tints of Whiskey Sour #CD8E56

Color information

#CD8E56 (or 0xCD8E56) is unknown color: approx Whiskey Sour. HEX triplet: CD, 8E and 56. RGB value is (205,142,86). Sum of RGB (Red+Green+Blue) = 205+142+86=433 (57% of max value = 765). Red value is 205 (80.47% from 255 or 47.34% from 433); Green value is 142 (55.86% from 255 or 32.79% from 433); Blue value is 86 (33.98% from 255 or 19.86% from 433); Max value from RGB is 205 - color contains mainly: red. Hex color #CD8E56 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CD8E56 is #3271A9. Grayscale: #9A9A9A. Windows color (decimal): -3305898 or 5672653. OLE color: 5672653.

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

Color convert

RGB20514286-
CMYK00.310.580.20
HSL28.24º54.34%57.06%-
HSV(B)28.24º58.05%80.39%-
XYZ36.533313.25-
YUV154.4589.37164.05-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 47.34%
GREEN value IS 142 (55.86% from 255) = 32.79%
BLUE value IS 86 (33.98% from 255) = 19.86%
R=47.34%
G=32.79%
B=19.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.58
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2051428600.310.580.2028.2454.3457.06
HexCD8E5601F3A141c3639
Octal3152161260377224346671
Binary110011011000111010101100111111110101010011100110110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD8E56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD8E56; }

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

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

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

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

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

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

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

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