#CD9769

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

Shades of Whiskey #CD9769

Tints of Whiskey #CD9769

Color information

#CD9769 (or 0xCD9769) is unknown color: approx Whiskey. HEX triplet: CD, 97 and 69. RGB value is (205,151,105). Sum of RGB (Red+Green+Blue) = 205+151+105=461 (61% of max value = 765). Red value is 205 (80.47% from 255 or 44.47% from 461); Green value is 151 (59.38% from 255 or 32.75% from 461); Blue value is 105 (41.41% from 255 or 22.78% from 461); Max value from RGB is 205 - color contains mainly: red. Hex color #CD9769 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CD9769 is #326896. Grayscale: #A2A2A2. Windows color (decimal): -3303575 or 6920141. OLE color: 6920141.

HSL color Cylindrical-coordinate representation of color #CD9769: hue angle of 27.6º degrees, saturation: 0.5, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #CD9769 is Cyan = 0, Magento = 0.26, Yellow = 0.49 and Black (K on CMYK) = 0.20.

Color convert

RGB205151105-
CMYK00.260.490.20
HSL27.6º50%60.78%-
HSV(B)27.6º48.78%80.39%-
XYZ38.7936.1318.29-
YUV161.995.89158.74-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 44.47%
GREEN value IS 151 (59.38% from 255) = 32.75%
BLUE value IS 105 (41.41% from 255) = 22.78%
R=44.47%
G=32.75%
B=22.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.49
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20515110500.260.490.2027.65060.78
HexCD976901A31141c323d
Octal3152271510326124346275
Binary110011011001011111010010110101100011010011100110010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD9769

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD9769; }

 p { color: rgb(205,151,105); }

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

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

 a { background-color: rgb(205,151,105); }

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

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

 span { border-color: rgb(205,151,105); }

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