#CD9666

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

Shades of Whiskey #CD9666

Tints of Whiskey #CD9666

Color information

#CD9666 (or 0xCD9666) is unknown color: approx Whiskey. HEX triplet: CD, 96 and 66. RGB value is (205,150,102). Sum of RGB (Red+Green+Blue) = 205+150+102=457 (60% of max value = 765). Red value is 205 (80.47% from 255 or 44.86% from 457); Green value is 150 (58.98% from 255 or 32.82% from 457); Blue value is 102 (40.23% from 255 or 22.32% from 457); Max value from RGB is 205 - color contains mainly: red. Hex color #CD9666 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CD9666 is #326999. Grayscale: #A1A1A1. Windows color (decimal): -3303834 or 6723277. OLE color: 6723277.

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

Color convert

RGB205150102-
CMYK00.270.500.20
HSL27.96º50.74%60.2%-
HSV(B)27.96º50.24%80.39%-
XYZ38.4835.7517.44-
YUV160.9794.72159.4-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 44.86%
GREEN value IS 150 (58.98% from 255) = 32.82%
BLUE value IS 102 (40.23% from 255) = 22.32%
R=44.86%
G=32.82%
B=22.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.50
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20515010200.270.500.2027.9650.7460.2
HexCD966601B32141c333c
Octal3152261460336224346374
Binary110011011001011011001100110111100101010011100110011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD9666

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD9666; }

 p { color: rgb(205,150,102); }

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

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

 a { background-color: rgb(205,150,102); }

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

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

 span { border-color: rgb(205,150,102); }

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