#CD8756

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

Shades of Whiskey Sour #CD8756

Tints of Whiskey Sour #CD8756

Color information

#CD8756 (or 0xCD8756) is unknown color: approx Whiskey Sour. HEX triplet: CD, 87 and 56. RGB value is (205,135,86). Sum of RGB (Red+Green+Blue) = 205+135+86=426 (56% of max value = 765). Red value is 205 (80.47% from 255 or 48.12% from 426); Green value is 135 (53.12% from 255 or 31.69% from 426); Blue value is 86 (33.98% from 255 or 20.19% from 426); Max value from RGB is 205 - color contains mainly: red. Hex color #CD8756 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CD8756 is #3278A9. Grayscale: #969696. Windows color (decimal): -3307690 or 5670861. OLE color: 5670861.

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

Color convert

RGB20513586-
CMYK00.340.580.20
HSL24.71º54.34%57.06%-
HSV(B)24.71º58.05%80.39%-
XYZ35.5230.9812.91-
YUV150.3491.69166.98-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 48.12%
GREEN value IS 135 (53.12% from 255) = 31.69%
BLUE value IS 86 (33.98% from 255) = 20.19%
R=48.12%
G=31.69%
B=20.19%

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
Decimal2051358600.340.580.2024.7154.3457.06
HexCD87560223A14193639
Octal3152071260427224316671
Binary1100110110000111101011001000101110101010011001110110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD8756

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD8756; }

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

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

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

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

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

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

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

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