#CD935B

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

Shades of Whiskey Sour #CD935B

Tints of Whiskey Sour #CD935B

Color information

#CD935B (or 0xCD935B) is unknown color: approx Whiskey Sour. HEX triplet: CD, 93 and 5B. RGB value is (205,147,91). Sum of RGB (Red+Green+Blue) = 205+147+91=443 (58% of max value = 765). Red value is 205 (80.47% from 255 or 46.28% from 443); Green value is 147 (57.81% from 255 or 33.18% from 443); Blue value is 91 (35.94% from 255 or 20.54% from 443); Max value from RGB is 205 - color contains mainly: red. Hex color #CD935B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CD935B is #326CA4. Grayscale: #9E9E9E. Windows color (decimal): -3304613 or 6001613. OLE color: 6001613.

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

Color convert

RGB20514791-
CMYK00.280.560.20
HSL29.47º53.27%58.04%-
HSV(B)29.47º55.61%80.39%-
XYZ37.534.614.6-
YUV157.9690.22161.55-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 46.28%
GREEN value IS 147 (57.81% from 255) = 33.18%
BLUE value IS 91 (35.94% from 255) = 20.54%
R=46.28%
G=33.18%
B=20.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.56
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2051479100.280.560.2029.4753.2758.04
HexCD935B01C38141d353a
Octal3152231330347024356572
Binary110011011001001110110110111001110001010011101110101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD935B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD935B; }

 p { color: rgb(205,147,91); }

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

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

 a { background-color: rgb(205,147,91); }

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

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

 span { border-color: rgb(205,147,91); }

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