#CD985C

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

Shades of Whiskey Sour #CD985C

Tints of Whiskey Sour #CD985C

Color information

#CD985C (or 0xCD985C) is unknown color: approx Whiskey Sour. HEX triplet: CD, 98 and 5C. RGB value is (205,152,92). Sum of RGB (Red+Green+Blue) = 205+152+92=449 (59% of max value = 765). Red value is 205 (80.47% from 255 or 45.66% from 449); Green value is 152 (59.77% from 255 or 33.85% from 449); Blue value is 92 (36.33% from 255 or 20.49% from 449); Max value from RGB is 205 - color contains mainly: red. Hex color #CD985C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CD985C is #3267A3. Grayscale: #A1A1A1. Windows color (decimal): -3303332 or 6068429. OLE color: 6068429.

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

Color convert

RGB20515292-
CMYK00.260.550.20
HSL31.86º53.05%58.24%-
HSV(B)31.86º55.12%80.39%-
XYZ38.3436.2115.09-
YUV161.0189.06159.38-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 45.66%
GREEN value IS 152 (59.77% from 255) = 33.85%
BLUE value IS 92 (36.33% from 255) = 20.49%
R=45.66%
G=33.85%
B=20.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.55
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2051529200.260.550.2031.8653.0558.24
HexCD985C01A371420353a
Octal3152301340326724406572
Binary1100110110011000101110001101011011110100100000110101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD985C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD985C; }

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

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

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

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

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

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

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

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