#CD985B

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

Shades of Whiskey Sour #CD985B

Tints of Whiskey Sour #CD985B

Color information

#CD985B (or 0xCD985B) is unknown color: approx Whiskey Sour. HEX triplet: CD, 98 and 5B. RGB value is (205,152,91). Sum of RGB (Red+Green+Blue) = 205+152+91=448 (59% of max value = 765). Red value is 205 (80.47% from 255 or 45.76% from 448); Green value is 152 (59.77% from 255 or 33.93% from 448); Blue value is 91 (35.94% from 255 or 20.31% from 448); Max value from RGB is 205 - color contains mainly: red. Hex color #CD985B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CD985B is #3267A4. Grayscale: #A1A1A1. Windows color (decimal): -3303333 or 6002893. OLE color: 6002893.

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

Color convert

RGB20515291-
CMYK00.260.560.20
HSL32.11º53.27%58.04%-
HSV(B)32.11º55.61%80.39%-
XYZ38.2936.1914.86-
YUV160.8988.56159.46-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 45.76%
GREEN value IS 152 (59.77% from 255) = 33.93%
BLUE value IS 91 (35.94% from 255) = 20.31%
R=45.76%
G=33.93%
B=20.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.56
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2051529100.260.560.2032.1153.2758.04
HexCD985B01A381420353a
Octal3152301330327024406572
Binary1100110110011000101101101101011100010100100000110101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD985B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD985B; }

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

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

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

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

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

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

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

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