#CD8856

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

Shades of Whiskey Sour #CD8856

Tints of Whiskey Sour #CD8856

Color information

#CD8856 (or 0xCD8856) is unknown color: approx Whiskey Sour. HEX triplet: CD, 88 and 56. RGB value is (205,136,86). Sum of RGB (Red+Green+Blue) = 205+136+86=427 (56% of max value = 765). Red value is 205 (80.47% from 255 or 48.01% from 427); Green value is 136 (53.52% from 255 or 31.85% from 427); Blue value is 86 (33.98% from 255 or 20.14% from 427); Max value from RGB is 205 - color contains mainly: red. Hex color #CD8856 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CD8856 is #3277A9. Grayscale: #979797. Windows color (decimal): -3307434 or 5671117. OLE color: 5671117.

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

Color convert

RGB20513686-
CMYK00.340.580.20
HSL25.21º54.34%57.06%-
HSV(B)25.21º58.05%80.39%-
XYZ35.6631.2612.96-
YUV150.9391.36166.57-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 48.01%
GREEN value IS 136 (53.52% from 255) = 31.85%
BLUE value IS 86 (33.98% from 255) = 20.14%
R=48.01%
G=31.85%
B=20.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.58
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2051368600.340.580.2025.2154.3457.06
HexCD88560223A14193639
Octal3152101260427224316671
Binary1100110110001000101011001000101110101010011001110110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD8856

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD8856; }

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

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

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

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

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

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

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

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