#CD9156

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

Shades of Whiskey Sour #CD9156

Tints of Whiskey Sour #CD9156

Color information

#CD9156 (or 0xCD9156) is unknown color: approx Whiskey Sour. HEX triplet: CD, 91 and 56. RGB value is (205,145,86). Sum of RGB (Red+Green+Blue) = 205+145+86=436 (57% of max value = 765). Red value is 205 (80.47% from 255 or 47.02% from 436); Green value is 145 (57.03% from 255 or 33.26% from 436); Blue value is 86 (33.98% from 255 or 19.72% from 436); Max value from RGB is 205 - color contains mainly: red. Hex color #CD9156 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CD9156 is #326EA9. Grayscale: #9C9C9C. Windows color (decimal): -3305130 or 5673421. OLE color: 5673421.

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

Color convert

RGB20514586-
CMYK00.290.580.20
HSL29.75º54.34%57.06%-
HSV(B)29.75º58.05%80.39%-
XYZ36.9833.913.4-
YUV156.2188.38162.8-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 47.02%
GREEN value IS 145 (57.03% from 255) = 33.26%
BLUE value IS 86 (33.98% from 255) = 19.72%
R=47.02%
G=33.26%
B=19.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.58
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2051458600.290.580.2029.7554.3457.06
HexCD915601D3A141e3639
Octal3152211260357224366671
Binary110011011001000110101100111011110101010011110110110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD9156

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD9156; }

 p { color: rgb(205,145,86); }

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

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

 a { background-color: rgb(205,145,86); }

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

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

 span { border-color: rgb(205,145,86); }

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