#cf8e5b

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

Shades of Whiskey Sour #CF8E5B

Tints of Whiskey Sour #CF8E5B

Color information

#CF8E5B (or 0xCF8E5B) is unknown color: approx Whiskey Sour. HEX triplet: CF, 8E and 5B. RGB value is (207,142,91). Sum of RGB (Red+Green+Blue) = 207+142+91=440 (58% of max value = 765). Red value is 207 (81.25% from 255 or 47.05% from 440); Green value is 142 (55.86% from 255 or 32.27% from 440); Blue value is 91 (35.94% from 255 or 20.68% from 440); Max value from RGB is 207 - color contains mainly: red. Hex color #CF8E5B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CF8E5B is #3071A4. Grayscale: #9B9B9B. Windows color (decimal): -3174821 or 6000335. OLE color: 6000335.

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

Color convert

RGB20714291-
CMYK00.310.560.19
HSL26.38º54.72%58.43%-
HSV(B)26.38º56.04%81.18%-
XYZ37.2933.3714.37-
YUV155.6291.53164.65-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 47.05%
GREEN value IS 142 (55.86% from 255) = 32.27%
BLUE value IS 91 (35.94% from 255) = 20.68%
R=47.05%
G=32.27%
B=20.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.56
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2071429100.310.560.1926.3854.7258.43
HexCF8E5B01F38131a373a
Octal3172161330377023326772
Binary110011111000111010110110111111110001001111010110111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #cf8e5b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #cf8e5b; }

 p { color: rgb(207,142,91); }

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

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

 a { background-color: rgb(207,142,91); }

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

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

 span { border-color: rgb(207,142,91); }

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