#CD9859

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

Shades of Whiskey Sour #CD9859

Tints of Whiskey Sour #CD9859

Color information

#CD9859 (or 0xCD9859) is unknown color: approx Whiskey Sour. HEX triplet: CD, 98 and 59. RGB value is (205,152,89). Sum of RGB (Red+Green+Blue) = 205+152+89=446 (59% of max value = 765). Red value is 205 (80.47% from 255 or 45.96% from 446); Green value is 152 (59.77% from 255 or 34.08% from 446); Blue value is 89 (35.16% from 255 or 19.96% from 446); Max value from RGB is 205 - color contains mainly: red. Hex color #CD9859 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CD9859 is #3267A6. Grayscale: #A0A0A0. Windows color (decimal): -3303335 or 5871821. OLE color: 5871821.

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

Color convert

RGB20515289-
CMYK00.260.570.20
HSL32.59º53.7%57.65%-
HSV(B)32.59º56.59%80.39%-
XYZ38.2136.1614.42-
YUV160.6687.56159.62-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 45.96%
GREEN value IS 152 (59.77% from 255) = 34.08%
BLUE value IS 89 (35.16% from 255) = 19.96%
R=45.96%
G=34.08%
B=19.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.57
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2051528900.260.570.2032.5953.757.65
HexCD985901A391421363a
Octal3152301310327124416672
Binary1100110110011000101100101101011100110100100001110110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD9859

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD9859; }

 p { color: rgb(205,152,89); }

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

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

 a { background-color: rgb(205,152,89); }

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

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

 span { border-color: rgb(205,152,89); }

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