#CF8654

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

Shades of Whiskey Sour #CF8654

Tints of Whiskey Sour #CF8654

Color information

#CF8654 (or 0xCF8654) is unknown color: approx Whiskey Sour. HEX triplet: CF, 86 and 54. RGB value is (207,134,84). Sum of RGB (Red+Green+Blue) = 207+134+84=425 (56% of max value = 765). Red value is 207 (81.25% from 255 or 48.71% from 425); Green value is 134 (52.73% from 255 or 31.53% from 425); Blue value is 84 (33.20% from 255 or 19.76% from 425); Max value from RGB is 207 - color contains mainly: red. Hex color #CF8654 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CF8654 is #3079AB. Grayscale: #969696. Windows color (decimal): -3176876 or 5539535. OLE color: 5539535.

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

Color convert

RGB20713484-
CMYK00.350.590.19
HSL24.39º56.16%57.06%-
HSV(B)24.39º59.42%81.18%-
XYZ35.8630.9612.47-
YUV150.1390.68168.57-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 48.71%
GREEN value IS 134 (52.73% from 255) = 31.53%
BLUE value IS 84 (33.20% from 255) = 19.76%
R=48.71%
G=31.53%
B=19.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.59
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2071348400.350.590.1924.3956.1657.06
HexCF86540233B13183839
Octal3172061240437323307071
Binary1100111110000110101010001000111110111001111000111000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF8654

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF8654; }

 p { color: rgb(207,134,84); }

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

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

 a { background-color: rgb(207,134,84); }

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

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

 span { border-color: rgb(207,134,84); }

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