#CD9A5D

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

Shades of Whiskey Sour #CD9A5D

Tints of Whiskey Sour #CD9A5D

Color information

#CD9A5D (or 0xCD9A5D) is unknown color: approx Whiskey Sour. HEX triplet: CD, 9A and 5D. RGB value is (205,154,93). Sum of RGB (Red+Green+Blue) = 205+154+93=452 (59% of max value = 765). Red value is 205 (80.47% from 255 or 45.35% from 452); Green value is 154 (60.55% from 255 or 34.07% from 452); Blue value is 93 (36.72% from 255 or 20.58% from 452); Max value from RGB is 205 - color contains mainly: red. Hex color #CD9A5D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CD9A5D is #3265A2. Grayscale: #A2A2A2. Windows color (decimal): -3302819 or 6134477. OLE color: 6134477.

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

Color convert

RGB20515493-
CMYK00.250.550.20
HSL32.68º52.83%58.43%-
HSV(B)32.68º54.63%80.39%-
XYZ38.7136.8815.43-
YUV162.2988.9158.46-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 45.35%
GREEN value IS 154 (60.55% from 255) = 34.07%
BLUE value IS 93 (36.72% from 255) = 20.58%
R=45.35%
G=34.07%
B=20.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.55
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2051549300.250.550.2032.6852.8358.43
HexCD9A5D019371421353a
Octal3152321350316724416572
Binary1100110110011010101110101100111011110100100001110101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD9A5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD9A5D; }

 p { color: rgb(205,154,93); }

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

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

 a { background-color: rgb(205,154,93); }

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

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

 span { border-color: rgb(205,154,93); }

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