#CD8859

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

Shades of Whiskey Sour #CD8859

Tints of Whiskey Sour #CD8859

Color information

#CD8859 (or 0xCD8859) is unknown color: approx Whiskey Sour. HEX triplet: CD, 88 and 59. RGB value is (205,136,89). Sum of RGB (Red+Green+Blue) = 205+136+89=430 (56% of max value = 765). Red value is 205 (80.47% from 255 or 47.67% from 430); Green value is 136 (53.52% from 255 or 31.63% from 430); Blue value is 89 (35.16% from 255 or 20.70% from 430); Max value from RGB is 205 - color contains mainly: red. Hex color #CD8859 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CD8859 is #3277A6. Grayscale: #979797. Windows color (decimal): -3307431 or 5867725. OLE color: 5867725.

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

Color convert

RGB20513689-
CMYK00.340.570.20
HSL24.31º53.7%57.65%-
HSV(B)24.31º56.59%80.39%-
XYZ35.7831.3113.61-
YUV151.2792.86166.32-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 47.67%
GREEN value IS 136 (53.52% from 255) = 31.63%
BLUE value IS 89 (35.16% from 255) = 20.70%
R=47.67%
G=31.63%
B=20.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.57
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2051368900.340.570.2024.3153.757.65
HexCD8859022391418363a
Octal3152101310427124306672
Binary1100110110001000101100101000101110011010011000110110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD8859

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD8859; }

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

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

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

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

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

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

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

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