#CD9264

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

Shades of Whiskey #CD9264

Tints of Whiskey #CD9264

Color information

#CD9264 (or 0xCD9264) is unknown color: approx Whiskey. HEX triplet: CD, 92 and 64. RGB value is (205,146,100). Sum of RGB (Red+Green+Blue) = 205+146+100=451 (59% of max value = 765). Red value is 205 (80.47% from 255 or 45.45% from 451); Green value is 146 (57.42% from 255 or 32.37% from 451); Blue value is 100 (39.45% from 255 or 22.17% from 451); Max value from RGB is 205 - color contains mainly: red. Hex color #CD9264 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CD9264 is #326D9B. Grayscale: #9E9E9E. Windows color (decimal): -3304860 or 6591181. OLE color: 6591181.

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

Color convert

RGB205146100-
CMYK00.290.510.20
HSL26.29º51.22%59.8%-
HSV(B)26.29º51.22%80.39%-
XYZ37.7634.4616.72-
YUV158.495.05161.24-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 45.45%
GREEN value IS 146 (57.42% from 255) = 32.37%
BLUE value IS 100 (39.45% from 255) = 22.17%
R=45.45%
G=32.37%
B=22.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.51
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20514610000.290.510.2026.2951.2259.8
HexCD926401D33141a333c
Octal3152221440356324326374
Binary110011011001001011001000111011100111010011010110011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD9264

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD9264; }

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

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

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

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

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

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

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

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