#CD9564

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

Shades of Whiskey #CD9564

Tints of Whiskey #CD9564

Color information

#CD9564 (or 0xCD9564) is unknown color: approx Whiskey. HEX triplet: CD, 95 and 64. RGB value is (205,149,100). Sum of RGB (Red+Green+Blue) = 205+149+100=454 (60% of max value = 765). Red value is 205 (80.47% from 255 or 45.15% from 454); Green value is 149 (58.59% from 255 or 32.82% from 454); Blue value is 100 (39.45% from 255 or 22.03% from 454); Max value from RGB is 205 - color contains mainly: red. Hex color #CD9564 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CD9564 is #326A9B. Grayscale: #A0A0A0. Windows color (decimal): -3304092 or 6591949. OLE color: 6591949.

HSL color Cylindrical-coordinate representation of color #CD9564: hue angle of 28º degrees, saturation: 0.51, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #CD9564 is Cyan = 0, Magento = 0.27, Yellow = 0.51 and Black (K on CMYK) = 0.20.

Color convert

RGB205149100-
CMYK00.270.510.20
HSL28º51.22%59.8%-
HSV(B)28º51.22%80.39%-
XYZ38.2235.3916.87-
YUV160.1694.05159.98-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 45.15%
GREEN value IS 149 (58.59% from 255) = 32.82%
BLUE value IS 100 (39.45% from 255) = 22.03%
R=45.15%
G=32.82%
B=22.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.51
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20514910000.270.510.202851.2259.8
HexCD956401B33141c333c
Octal3152251440336324346374
Binary110011011001010111001000110111100111010011100110011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD9564

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD9564; }

 p { color: rgb(205,149,100); }

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

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

 a { background-color: rgb(205,149,100); }

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

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

 span { border-color: rgb(205,149,100); }

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