#CD965E

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

Shades of Whiskey Sour #CD965E

Tints of Whiskey Sour #CD965E

Color information

#CD965E (or 0xCD965E) is unknown color: approx Whiskey Sour. HEX triplet: CD, 96 and 5E. RGB value is (205,150,94). Sum of RGB (Red+Green+Blue) = 205+150+94=449 (59% of max value = 765). Red value is 205 (80.47% from 255 or 45.66% from 449); Green value is 150 (58.98% from 255 or 33.41% from 449); Blue value is 94 (37.11% from 255 or 20.94% from 449); Max value from RGB is 205 - color contains mainly: red. Hex color #CD965E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CD965E is #3269A1. Grayscale: #A0A0A0. Windows color (decimal): -3303842 or 6198989. OLE color: 6198989.

HSL color Cylindrical-coordinate representation of color #CD965E: hue angle of 30.27º degrees, saturation: 0.53, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #CD965E is Cyan = 0, Magento = 0.27, Yellow = 0.54 and Black (K on CMYK) = 0.20.

Color convert

RGB20515094-
CMYK00.270.540.20
HSL30.27º52.61%58.63%-
HSV(B)30.27º54.15%80.39%-
XYZ38.135.615.45-
YUV160.0690.72160.05-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 45.66%
GREEN value IS 150 (58.98% from 255) = 33.41%
BLUE value IS 94 (37.11% from 255) = 20.94%
R=45.66%
G=33.41%
B=20.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.54
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2051509400.270.540.2030.2752.6158.63
HexCD965E01B36141e353b
Octal3152261360336624366573
Binary110011011001011010111100110111101101010011110110101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD965E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD965E; }

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

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

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

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

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

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

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

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