#CD8854

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

Shades of Whiskey Sour #CD8854

Tints of Whiskey Sour #CD8854

Color information

#CD8854 (or 0xCD8854) is unknown color: approx Whiskey Sour. HEX triplet: CD, 88 and 54. RGB value is (205,136,84). Sum of RGB (Red+Green+Blue) = 205+136+84=425 (56% of max value = 765). Red value is 205 (80.47% from 255 or 48.24% from 425); Green value is 136 (53.52% from 255 or 32% from 425); Blue value is 84 (33.20% from 255 or 19.76% from 425); Max value from RGB is 205 - color contains mainly: red. Hex color #CD8854 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CD8854 is #3277AB. Grayscale: #969696. Windows color (decimal): -3307436 or 5540045. OLE color: 5540045.

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

Color convert

RGB20513684-
CMYK00.340.590.20
HSL25.79º54.75%56.67%-
HSV(B)25.79º59.02%80.39%-
XYZ35.5831.2312.54-
YUV150.790.36166.73-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 48.24%
GREEN value IS 136 (53.52% from 255) = 32%
BLUE value IS 84 (33.20% from 255) = 19.76%
R=48.24%
G=32%
B=19.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.59
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2051368400.340.590.2025.7954.7556.67
HexCD88540223B141a3739
Octal3152101240427324326771
Binary1100110110001000101010001000101110111010011010110111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD8854

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD8854; }

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

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

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

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

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

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

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

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