#CF985C

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

Shades of Whiskey Sour #CF985C

Tints of Whiskey Sour #CF985C

Color information

#CF985C (or 0xCF985C) is unknown color: approx Whiskey Sour. HEX triplet: CF, 98 and 5C. RGB value is (207,152,92). Sum of RGB (Red+Green+Blue) = 207+152+92=451 (59% of max value = 765). Red value is 207 (81.25% from 255 or 45.90% from 451); Green value is 152 (59.77% from 255 or 33.70% from 451); Blue value is 92 (36.33% from 255 or 20.40% from 451); Max value from RGB is 207 - color contains mainly: red. Hex color #CF985C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CF985C is #3067A3. Grayscale: #A1A1A1. Windows color (decimal): -3172260 or 6068431. OLE color: 6068431.

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

Color convert

RGB20715292-
CMYK00.270.560.19
HSL31.3º54.5%58.63%-
HSV(B)31.3º55.56%81.18%-
XYZ38.8936.4915.12-
YUV161.688.72160.38-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 45.90%
GREEN value IS 152 (59.77% from 255) = 33.70%
BLUE value IS 92 (36.33% from 255) = 20.40%
R=45.90%
G=33.70%
B=20.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.56
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2071529200.270.560.1931.354.558.63
HexCF985C01B38131f373b
Octal3172301340337023376773
Binary110011111001100010111000110111110001001111111110111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF985C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF985C; }

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

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

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

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

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

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

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

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