#CF985A

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

Shades of Whiskey Sour #CF985A

Tints of Whiskey Sour #CF985A

Color information

#CF985A (or 0xCF985A) is unknown color: approx Whiskey Sour. HEX triplet: CF, 98 and 5A. RGB value is (207,152,90). Sum of RGB (Red+Green+Blue) = 207+152+90=449 (59% of max value = 765). Red value is 207 (81.25% from 255 or 46.10% from 449); Green value is 152 (59.77% from 255 or 33.85% from 449); Blue value is 90 (35.55% from 255 or 20.04% from 449); Max value from RGB is 207 - color contains mainly: red. Hex color #CF985A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CF985A is #3067A5. Grayscale: #A1A1A1. Windows color (decimal): -3172262 or 5937359. OLE color: 5937359.

HSL color Cylindrical-coordinate representation of color #CF985A: hue angle of 31.79º degrees, saturation: 0.55, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #CF985A is Cyan = 0, Magento = 0.27, Yellow = 0.57 and Black (K on CMYK) = 0.19.

Color convert

RGB20715290-
CMYK00.270.570.19
HSL31.79º54.93%58.24%-
HSV(B)31.79º56.52%81.18%-
XYZ38.8136.4614.67-
YUV161.3887.72160.54-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 46.10%
GREEN value IS 152 (59.77% from 255) = 33.85%
BLUE value IS 90 (35.55% from 255) = 20.04%
R=46.10%
G=33.85%
B=20.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.57
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2071529000.270.570.1931.7954.9358.24
HexCF985A01B391320373a
Octal3172301320337123406772
Binary1100111110011000101101001101111100110011100000110111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF985A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF985A; }

 p { color: rgb(207,152,90); }

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

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

 a { background-color: rgb(207,152,90); }

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

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

 span { border-color: rgb(207,152,90); }

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