#CD8E64

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

Shades of Whiskey #CD8E64

Tints of Whiskey #CD8E64

Color information

#CD8E64 (or 0xCD8E64) is unknown color: approx Whiskey. HEX triplet: CD, 8E and 64. RGB value is (205,142,100). Sum of RGB (Red+Green+Blue) = 205+142+100=447 (59% of max value = 765). Red value is 205 (80.47% from 255 or 45.86% from 447); Green value is 142 (55.86% from 255 or 31.77% from 447); Blue value is 100 (39.45% from 255 or 22.37% from 447); Max value from RGB is 205 - color contains mainly: red. Hex color #CD8E64 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CD8E64 is #32719B. Grayscale: #9C9C9C. Windows color (decimal): -3305884 or 6590157. OLE color: 6590157.

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

Color convert

RGB205142100-
CMYK00.310.510.20
HSL24º51.22%59.8%-
HSV(B)24º51.22%80.39%-
XYZ37.1533.2516.52-
YUV156.0596.37162.92-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 45.86%
GREEN value IS 142 (55.86% from 255) = 31.77%
BLUE value IS 100 (39.45% from 255) = 22.37%
R=45.86%
G=31.77%
B=22.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.51
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20514210000.310.510.202451.2259.8
HexCD8E6401F331418333c
Octal3152161440376324306374
Binary110011011000111011001000111111100111010011000110011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD8E64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD8E64; }

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

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

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

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

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

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

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

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