#CD9164

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

Shades of Whiskey #CD9164

Tints of Whiskey #CD9164

Color information

#CD9164 (or 0xCD9164) is unknown color: approx Whiskey. HEX triplet: CD, 91 and 64. RGB value is (205,145,100). Sum of RGB (Red+Green+Blue) = 205+145+100=450 (59% of max value = 765). Red value is 205 (80.47% from 255 or 45.56% from 450); Green value is 145 (57.03% from 255 or 32.22% from 450); Blue value is 100 (39.45% from 255 or 22.22% from 450); Max value from RGB is 205 - color contains mainly: red. Hex color #CD9164 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CD9164 is #326E9B. Grayscale: #9E9E9E. Windows color (decimal): -3305116 or 6590925. OLE color: 6590925.

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

Color convert

RGB205145100-
CMYK00.290.510.20
HSL25.71º51.22%59.8%-
HSV(B)25.71º51.22%80.39%-
XYZ37.634.1516.67-
YUV157.8195.38161.66-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 45.56%
GREEN value IS 145 (57.03% from 255) = 32.22%
BLUE value IS 100 (39.45% from 255) = 22.22%
R=45.56%
G=32.22%
B=22.22%

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
Decimal20514510000.290.510.2025.7151.2259.8
HexCD916401D33141a333c
Octal3152211440356324326374
Binary110011011001000111001000111011100111010011010110011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD9164

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD9164; }

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

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

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

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

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

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

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

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