#CF8D56

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

Shades of Whiskey Sour #CF8D56

Tints of Whiskey Sour #CF8D56

Color information

#CF8D56 (or 0xCF8D56) is unknown color: approx Whiskey Sour. HEX triplet: CF, 8D and 56. RGB value is (207,141,86). Sum of RGB (Red+Green+Blue) = 207+141+86=434 (57% of max value = 765). Red value is 207 (81.25% from 255 or 47.70% from 434); Green value is 141 (55.47% from 255 or 32.49% from 434); Blue value is 86 (33.98% from 255 or 19.82% from 434); Max value from RGB is 207 - color contains mainly: red. Hex color #CF8D56 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CF8D56 is #3072A9. Grayscale: #9A9A9A. Windows color (decimal): -3175082 or 5672399. OLE color: 5672399.

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

Color convert

RGB20714186-
CMYK00.320.580.19
HSL27.27º55.76%57.45%-
HSV(B)27.27º58.45%81.18%-
XYZ36.9432.9913.22-
YUV154.4689.37165.47-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 47.70%
GREEN value IS 141 (55.47% from 255) = 32.49%
BLUE value IS 86 (33.98% from 255) = 19.82%
R=47.70%
G=32.49%
B=19.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.58
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2071418600.320.580.1927.2755.7657.45
HexCF8D560203A131b3839
Octal3172151260407223337071
Binary1100111110001101101011001000001110101001111011111000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF8D56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF8D56; }

 p { color: rgb(207,141,86); }

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

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

 a { background-color: rgb(207,141,86); }

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

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

 span { border-color: rgb(207,141,86); }

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