#CD9768

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

Shades of Whiskey #CD9768

Tints of Whiskey #CD9768

Color information

#CD9768 (or 0xCD9768) is unknown color: approx Whiskey. HEX triplet: CD, 97 and 68. RGB value is (205,151,104). Sum of RGB (Red+Green+Blue) = 205+151+104=460 (60% of max value = 765). Red value is 205 (80.47% from 255 or 44.57% from 460); Green value is 151 (59.38% from 255 or 32.83% from 460); Blue value is 104 (41.02% from 255 or 22.61% from 460); Max value from RGB is 205 - color contains mainly: red. Hex color #CD9768 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CD9768 is #326897. Grayscale: #A2A2A2. Windows color (decimal): -3303576 or 6854605. OLE color: 6854605.

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

Color convert

RGB205151104-
CMYK00.260.490.20
HSL27.92º50.25%60.59%-
HSV(B)27.92º49.27%80.39%-
XYZ38.7436.1118.03-
YUV161.7995.39158.82-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 44.57%
GREEN value IS 151 (59.38% from 255) = 32.83%
BLUE value IS 104 (41.02% from 255) = 22.61%
R=44.57%
G=32.83%
B=22.61%

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
Decimal20515110400.260.490.2027.9250.2560.59
HexCD976801A31141c323d
Octal3152271500326124346275
Binary110011011001011111010000110101100011010011100110010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD9768

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD9768; }

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

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

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

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

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

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

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

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